summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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',
}