fix issue spotted by oit on github.

This commit is contained in:
benoitc 2010-11-12 14:35:17 +01:00
parent 625b858df0
commit 5e83c3c704

View File

@ -62,7 +62,7 @@ class PasterBaseApplication(Application):
fileConfig(config_file, dict(__file__=config_file,
here=os.path.dirname(config_file)))
return
super(PasterApplication, self).configure_logging()
super(PasterBaseApplication, self).configure_logging()
class PasterApplication(PasterBaseApplication):