From 6e3215856a887adc778853fcacf0dfcee13701bc Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 8 Jun 2010 18:21:13 -0500 Subject: [PATCH] More Gonvert fixes --- src/REPLACEME.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/REPLACEME.py b/src/REPLACEME.py index af4b40e..fee6217 100755 --- a/src/REPLACEME.py +++ b/src/REPLACEME.py @@ -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 -- 1.7.9.5