Timo Stollenwerk 6c7909a4f7 discussion.examplecontent added to src folder.
svn path=/plone.app.discussion/buildouts/; revision=27163
2009-05-27 19:45:06 +00:00

7 lines
244 B
Python

# 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__)