]> andersk Git - sql.git/blob - lib/python/mitsql/__init__.py
implemented base interface
[sql.git] / lib / python / mitsql / __init__.py
1 import config
2 import os as _os
3 if False and config._ENV_BASE in _os.environ.keys():
4     _base = _os.environ[config._ENV_BASE]
5 else:
6     _base = _os.path.abspath(_os.path.dirname(_os.path.realpath(__file__)) + '/../../../')
7 config = config.Config('mitsql.ini')
8
9 import logging
10 logging.disable(logging.DEBUG)
This page took 0.047803 seconds and 5 git commands to generate.