[Zope3-checkins] CVS: Zope3/src/zope - __init__.py:1.5

Fred L. Drake, Jr. fred at zope.com
Thu Apr 15 10:03:01 EDT 2004


Update of /cvs-repository/Zope3/src/zope
In directory cvs.zope.org:/tmp/cvs-serv17187

Modified Files:
	__init__.py 
Log Message:
back out the use of pkgutil due to a bug in pkgutil:
http://www.python.org/sf/935117


=== Zope3/src/zope/__init__.py 1.4 => 1.5 ===
--- Zope3/src/zope/__init__.py:1.4	Tue Apr  6 15:25:15 2004
+++ Zope3/src/zope/__init__.py	Thu Apr 15 10:03:00 2004
@@ -14,11 +14,6 @@
 #
 # This file is necessary to make this directory a package.
 
-import pkgutil
-
-__path__ = pkgutil.extend_path(__path__, __name__)
-del pkgutil
-
 # XXX Evil monkey patch of weakref to avoid a Python 2.3.3 weakref bug that
 # causes sporadic segfaults
 




More information about the Zope3-Checkins mailing list