summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/settings.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/repoze/bfg/settings.py b/repoze/bfg/settings.py
index 7cd19fcf7..b4414bb34 100644
--- a/repoze/bfg/settings.py
+++ b/repoze/bfg/settings.py
@@ -6,13 +6,6 @@ from repoze.bfg.interfaces import ISettings
class Settings(object):
implements(ISettings)
-
- # defaults
- reload_templates = False
- debug_notfound = False
- debug_authorization = False
- unicode_path_segments = True
-
def __init__(self, options):
options = get_options(options)
self.__dict__.update(options)