myimport, wraps, norm_path) import uliweb.utils.pyini as pyini from uliweb.i18n import gettext_lazy from uliweb.utils.localproxy import LocalProxy, Global from uliweb import UliwebError #from rules import Mapping, add_rule import rules try: set except: from sets import Set as set local = Local() __global__ = Global() local_manager = LocalManager([local]) url_map = Map() static_views = [] use_urls = False url_adapters = {} __app_dirs__ = {} __app_alias__ = {} #Initialize pyini env pyini.set_env({'_':gettext_lazy, 'gettext_lazy':gettext_lazy}) __global__.settings = pyini.Ini() #User can defined decorator functions in settings DECORATORS #and user can user @decorators.function_name in views #and this usage need settings be initialized before decorator invoking
myimport, wraps, norm_path) import uliweb.utils.pyini as pyini from uliweb.i18n import gettext_lazy, i18n_ini_convertor from uliweb.utils.localproxy import LocalProxy, Global from uliweb import UliwebError #from rules import Mapping, add_rule import rules try: set except: from sets import Set as set local = Local() __global__ = Global() local_manager = LocalManager([local]) url_map = Map() static_views = [] use_urls = False url_adapters = {} __app_dirs__ = {} __app_alias__ = {} _xhr_redirect_json = True r_callback = re.compile(r'^[\w_]+$') #Initialize pyini env pyini.set_env({ 'env':{'_':gettext_lazy, 'gettext_lazy':gettext_lazy}, 'convertors':i18n_ini_convertor, })
from uliweb.i18n import gettext_lazy, i18n_ini_convertor from uliweb.utils.localproxy import LocalProxy, Global from uliweb import UliwebError #from rules import Mapping, add_rule from . import rules try: set except: from sets import Set as set local = Local() local.request = None local.response = None __global__ = Global() local_manager = LocalManager([local]) url_map = Map() static_views = [] use_urls = False url_adapters = {} __app_dirs__ = {} __app_alias__ = {} _xhr_redirect_json = True r_callback = re.compile(r'^[\w_]+$') #Initialize pyini env pyini.set_env({ 'env':{'_':gettext_lazy, 'gettext_lazy':gettext_lazy}, 'convertors':i18n_ini_convertor, })
norm_path) import uliweb.utils.pyini as pyini from uliweb.i18n import gettext_lazy from uliweb.utils.localproxy import LocalProxy, Global from uliweb import UliwebError #from rules import Mapping, add_rule import rules try: set except: from sets import Set as set local = Local() __global__ = Global() local_manager = LocalManager([local]) url_map = Map() static_views = [] use_urls = False url_adapters = {} __app_dirs__ = {} __app_alias__ = {} #Initialize pyini env pyini.set_env({'_': gettext_lazy, 'gettext_lazy': gettext_lazy}) __global__.settings = pyini.Ini() #User can defined decorator functions in settings DECORATORS #and user can user @decorators.function_name in views #and this usage need settings be initialized before decorator invoking