Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
we'll get there...
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Mar 6, 2013
1 parent 6fa3577 commit 1413529
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zope/__init__.py
@@ -0,0 +1,7 @@
try:
# Declare this a namespace package if pkg_resources is available.
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
pass

0 comments on commit 1413529

Please sign in to comment.