[z3-checkins] r27285 - z3/hurry.query/trunk/src/hurry

faassen at codespeak.net faassen at codespeak.net
Tue May 16 18:50:23 CEST 2006


Author: faassen
Date: Tue May 16 18:50:22 2006
New Revision: 27285

Modified:
   z3/hurry.query/trunk/src/hurry/__init__.py
Log:
Helpful when we want to make an egg out of this.


Modified: z3/hurry.query/trunk/src/hurry/__init__.py
==============================================================================
--- z3/hurry.query/trunk/src/hurry/__init__.py	(original)
+++ z3/hurry.query/trunk/src/hurry/__init__.py	Tue May 16 18:50:22 2006
@@ -1 +1,5 @@
-# this is a package
+# this is a namespace package
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    pass


More information about the z3-checkins mailing list