Skip to content

Commit

Permalink
see ZTK decicions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 28, 2010
1 parent 90641d6 commit 4ac9669
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/z3c/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# this is a namespace package
try:
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 4ac9669

Please sign in to comment.