Fixed path for antlr in compiler.py

Reorg of repo required changing path for compiler.py to search for ANTLR3.

Issue: #
Change-Id: I47fa73c41ae5e23847d9ba00c18bce29f3cfeca8
This commit is contained in:
Tim Hinrichs 2013-08-13 10:56:12 -07:00
parent 45c9bd71fb
commit 941b38b669
1 changed files with 1 additions and 1 deletions

View File

@ -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