diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/common/ConeContentPlugin/contentplugin/tests/unittest_confmlrefs.py --- a/configurationengine/source/plugins/common/ConeContentPlugin/contentplugin/tests/unittest_confmlrefs.py Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/source/plugins/common/ConeContentPlugin/contentplugin/tests/unittest_confmlrefs.py Tue Aug 10 14:29:28 2010 +0300 @@ -29,11 +29,6 @@ except ImportError: from xml.etree import ElementTree -try: - pkg_resources.require('ConeContentPlugin') -except pkg_resources.DistributionNotFound: - import __init__ - from contentplugin import contentmlparser class TestConfmlRefs(unittest.TestCase):