diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/symbian/ConeImagePlugin/imageplugin/__init__.py --- a/configurationengine/source/plugins/symbian/ConeImagePlugin/imageplugin/__init__.py Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/source/plugins/symbian/ConeImagePlugin/imageplugin/__init__.py Tue Aug 10 14:29:28 2010 +0300 @@ -21,9 +21,9 @@ import sys,os try: - pkg_resources.require("Cone") + pkg_resources.require("Cone") except pkg_resources.DistributionNotFound: - ROOT_PATH = os.path.dirname(os.path.abspath(__file__)) - sys.path.append(ROOT_PATH) - sys.path.append(os.path.join(ROOT_PATH,'..')) - sys.path.append(os.path.join(ROOT_PATH,'../..')) + ROOT_PATH = os.path.dirname(os.path.abspath(__file__)) + sys.path.append(ROOT_PATH) + sys.path.append(os.path.join(ROOT_PATH,'..')) + sys.path.append(os.path.join(ROOT_PATH,'../..'))