Example #1
0
 def __init__(self, app=None):
     bob.configure_logging()
     bob.init()
     app_settings = bob.init_config()
     self.app = app or create_app(**app_settings)
Example #2
0
from __future__ import unicode_literals


import bob


bob.init()
Example #3
0
File: __init__.py Project: jna/bob
 def __init__(self, app=None):
     bob.configure_logging()
     bob.init()
     app_settings = bob.init_config()
     self.app = app or create_app(**app_settings)
Example #4
0
from __future__ import unicode_literals

import bob

bob.init()