Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-26 12:02:24 +02:00
parent fc1e0d9f1f
commit 6458499d2b
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ log = logging.getLogger(__name__)
# Ensure our /lib/ is included into PYTHON_PATH
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(os.path.realpath(__file__)), '../lib'))
)
os.path.join(os.path.dirname(os.path.realpath(__file__)), '../lib')))
TYPE_PREFIX = "__"