configurationengine/source/plugins/symbian/ConeImagePlugin/imageplugin/__init__.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- 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,'../..'))