diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/__init__.py --- 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