From de2db16485a269c4453289155fc1afd74a44ea2d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 Jan 2009 19:28:04 +0000 Subject: Remove now-useless class-level defaults. --- repoze/bfg/settings.py | 7 ------- 1 file changed, 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) -- cgit v1.2.3