More Gonvert fixes
[gonvert] / 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.
 """
 
 published by the Free Software Foundation.
 """
 
+
 import os
 import sys
 import logging
 
 import os
 import sys
 import logging
 
+
 _moduleLogger = logging.getLogger(__name__)
 _moduleLogger = logging.getLogger(__name__)
-sys.path.append('../lib')
+sys.path.append("/opt/REPLACEME/lib")
 
 
 import constants
 
 
 import constants