diff --git a/src/policy/compiler.py b/src/policy/compiler.py index ea71c8d31..fecc7efa0 100755 --- a/src/policy/compiler.py +++ b/src/policy/compiler.py @@ -1,7 +1,7 @@ #! /usr/bin/python import sys -#sys.path.insert(0, '/home/thinrichs/congress/outside') +sys.path.insert(0, '/home/thinrichs/congress/thirdparty') #sys.path.insert(0, '/opt/python-antlr3') import optparse import CongressLexer