configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/__init__.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/__init__.py	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/__init__.py	Tue Aug 10 14:29:28 2010 +0300
@@ -16,15 +16,3 @@
 
 __version__ = 0.1
 
-
-import pkg_resources 
-import sys,os
-
-try:
-  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,'../..'))
-  sys.path.append(os.path.join(ROOT_PATH,'../../..'))
\ No newline at end of file