fix issue #136. thanks

This commit is contained in:
benoitc 2010-12-13 11:17:54 +01:00
parent 80594c5442
commit 0716a3bd84
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ class Application(object):
}
def __init__(self, usage=None):
self.log = logging.getLogger(__name__)
self.usage = usage
self.cfg = None
self.callable = None

View File

@ -81,7 +81,6 @@ class DjangoApplication(Application):
class DjangoApplicationCommand(Application):
def __init__(self, options, admin_media_path):
self.log = logging.getLogger(__name__)
self.usage = None
self.cfg = None
self.config_file = options.get("config") or ""