summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2011-09-05 06:07:18 +0000
committerrichard <devnull@localhost>2011-09-05 06:07:18 +0000
commitb12e5097e8ad3b916f6bd3ff146c3b5abee68904 (patch)
treedf67e4b096769de5eddc64943902f6d5d2cdad9b /config.py
parent3001b8cee3da101aa5e63488b327b4e4c2278719 (diff)
downloaddecorator-b12e5097e8ad3b916f6bd3ff146c3b5abee68904.tar.gz
remove unnecessary new config
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.py b/config.py
index f7ba65b..f1430d4 100644
--- a/config.py
+++ b/config.py
@@ -26,7 +26,6 @@ class Config:
self.adminemail = c.get('webui', 'adminemail')
self.replyto = c.get('webui', 'replyto')
self.url = c.get('webui', 'url')
- self.openid_url = c.get('webui', 'openid_url')
self.orig_pydotorg = self.pydotorg = c.get('webui', 'pydotorg')
self.simple_script = c.get('webui', 'simple_script')
self.files_url = c.get('webui', 'files_url')