[Checkins] SVN: grokcore.formlib/trunk/src/grok Move into grokcore.formlib package

Philipp von Weitershausen philikon at philikon.de
Tue Jul 29 17:41:25 EDT 2008


Log message for revision 88994:
  Move into grokcore.formlib package
  

Changed:
  D   grokcore.formlib/trunk/src/grok/
  A   grokcore.formlib/trunk/src/grokcore/
  A   grokcore.formlib/trunk/src/grokcore/__init__.py
  A   grokcore.formlib/trunk/src/grokcore/formlib/

-=-
Added: grokcore.formlib/trunk/src/grokcore/__init__.py
===================================================================
--- grokcore.formlib/trunk/src/grokcore/__init__.py	                        (rev 0)
+++ grokcore.formlib/trunk/src/grokcore/__init__.py	2008-07-29 21:41:25 UTC (rev 88994)
@@ -0,0 +1,7 @@
+# this is a namespace package
+try:
+    import pkg_resources
+    pkg_resources.declare_namespace(__name__)
+except ImportError:
+    import pkgutil
+    __path__ = pkgutil.extend_path(__path__, __name__)


Property changes on: grokcore.formlib/trunk/src/grokcore/__init__.py
___________________________________________________________________
Name: svn:eol-style
   + native

Copied: grokcore.formlib/trunk/src/grokcore/formlib (from rev 88989, grokcore.formlib/trunk/src/grok)



More information about the Checkins mailing list