Removed logging logic from __init__, added concept of Launcher...no tests for it yet.
This commit is contained in:
@@ -33,13 +33,5 @@
|
||||
|
||||
import gettext
|
||||
|
||||
import log as logging
|
||||
|
||||
|
||||
def initialize():
|
||||
gettext.install("nova", unicode=1)
|
||||
logging.setup()
|
||||
logging.debug(_("Initialized logging."))
|
||||
|
||||
|
||||
initialize()
|
||||
gettext.install("nova", unicode=1)
|
||||
|
||||
Reference in New Issue
Block a user