Beispiel #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)
Beispiel #2
0
from __future__ import unicode_literals


import bob


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

import bob

bob.init()