Oops, forgot to assign dump_old_app to self, heh.

This commit is contained in:
Christopher Allan Webber 2013-04-04 11:13:47 -05:00
parent 245d4f119f
commit e11c62a0ef

View File

@ -180,6 +180,7 @@ class SetupFreshApp(object):
def __init__(self, paste_config, mgoblin_config, dump_old_app=True):
self.paste_config = paste_config
self.mgoblin_config = mgoblin_config
self.dump_old_app = dump_old_app
def __call__(self, func):
@wraps(func)