summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-06-05 21:04:54 +0000
committertailor <cygnus@janrain.com>2008-06-05 21:04:54 +0000
commit33e46b22b6d0bdaf9befc678a7246f03dfa434bb (patch)
treeecb224858c00c761781a029817a6bf09f5055fae /examples
parenta06f7c4b2a73c87a214dfbaee1db0bb14875414e (diff)
downloadopenid-33e46b22b6d0bdaf9befc678a7246f03dfa434bb.tar.gz
[project @ [API] sqlstore: Remove stale settings table SQL]
Diffstat (limited to 'examples')
-rw-r--r--examples/djopenid/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/djopenid/util.py b/examples/djopenid/util.py
index 73d0480..2da8583 100644
--- a/examples/djopenid/util.py
+++ b/examples/djopenid/util.py
@@ -50,7 +50,6 @@ def getOpenIDStore(filestore_path, table_prefix):
# Create table names to specify for SQL-backed stores.
tablenames = {
- 'settings_table': table_prefix + 'openid_settings',
'associations_table': table_prefix + 'openid_associations',
'nonces_table': table_prefix + 'openid_nonces',
}