More Gonvert fixes
authorEd Page <eopage@byu.net>
Tue, 8 Jun 2010 23:21:13 +0000 (18:21 -0500)
committerEd Page <eopage@byu.net>
Tue, 8 Jun 2010 23:21:13 +0000 (18:21 -0500)
src/REPLACEME.py

index af4b40e..fee6217 100755 (executable)
@@ -8,12 +8,14 @@ it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation.
 """
 
+
 import os
 import sys
 import logging
 
+
 _moduleLogger = logging.getLogger(__name__)
-sys.path.append('../lib')
+sys.path.append("/opt/REPLACEME/lib")
 
 
 import constants