]> andersk Git - sql.git/blobdiff - lib/python/mitsql/__init__.py
implemented base interface
[sql.git] / lib / python / mitsql / __init__.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4282e02a4da34716e948042840efeb6ff866c4d9 100644 (file)
@@ -0,0 +1,10 @@
+import config
+import os as _os
+if False and config._ENV_BASE in _os.environ.keys():
+    _base = _os.environ[config._ENV_BASE]
+else:
+    _base = _os.path.abspath(_os.path.dirname(_os.path.realpath(__file__)) + '/../../../')
+config = config.Config('mitsql.ini')
+
+import logging
+logging.disable(logging.DEBUG)
\ No newline at end of file
This page took 0.02967 seconds and 4 git commands to generate.