From: Ed Page Date: Tue, 8 Jun 2010 23:21:13 +0000 (-0500) Subject: More Gonvert fixes X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=6e3215856a887adc778853fcacf0dfcee13701bc More Gonvert fixes --- 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