Commit a5596551 authored by Baiju Muthukadan's avatar Baiju Muthukadan

pkg_resources should be always available

(setuptools is a hard-dependency for Zope 2)
parent 6ca4a3b9
......@@ -11,8 +11,4 @@
#
##############################################################################
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__import__('pkg_resources').declare_namespace(__name__)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment