Exemplo n.º 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)
Exemplo n.º 2
0
from __future__ import unicode_literals


import bob


bob.init()
Exemplo n.º 3
0
Arquivo: __init__.py Projeto: 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)
Exemplo n.º 4
0
from __future__ import unicode_literals

import bob

bob.init()