Remove hard-coded module search paths

Change-Id: Ib25926eba06bcbd9d14f4603273b3e30430b9d3c
This commit is contained in:
Peter Balland 2013-10-21 11:25:46 -07:00
parent 1e33f23746
commit 5e5d31e309
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#! /usr/bin/python
import sys
sys.path.insert(0, '/home/thinrichs/congress/thirdparty')
#sys.path.insert(0, '/opt/python-antlr3')
import optparse
import CongressLexer
import CongressParser