Skip to content

Commit

Permalink
remove indecipherable idiomancy
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Aug 29, 2006
1 parent f38f3f1 commit e67af99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zc/__init__.py
@@ -1,6 +1,7 @@
# this is a namespace package
try:
__import__('pkg_resources').declare_namespace(__name__)
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

0 comments on commit e67af99

Please sign in to comment.