Exemplo n.º 1
0
 def configure(self, env, upgrade_type=None, config_dir=None):
     from params import params
     env.set_params(params)
     mysql_configure()
Exemplo n.º 2
0
 def configure(self, env):
     import params
     env.set_params(params)
     mysql_configure()
Exemplo n.º 3
0
    def configure(self, env):
        import params

        env.set_params(params)
        mysql_configure()