SVN: zpkgtools/trunk/zpkgsetup/setup.py fix copy-and-paste method

"Fred L. Drake, Jr." <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Log message for revision 38067:
  fix copy-and-paste method

Changed:
  U   zpkgtools/trunk/zpkgsetup/setup.py

-=-
Modified: zpkgtools/trunk/zpkgsetup/setup.py
===================================================================
--- zpkgtools/trunk/zpkgsetup/setup.py	2005-08-24 16:29:02 UTC (rev 38066)
+++ zpkgtools/trunk/zpkgsetup/setup.py	2005-08-24 16:32:03 UTC (rev 38067)
@@ -160,7 +160,7 @@
                 initfn = os.path.join(root, d, "__init__.py")
                 if not os.path.isfile(initfn):
                     dirs.remove(d)
-            if zpkgsetup.package.PACKAGE_CONF in files:
+            if package.PACKAGE_CONF in files:
                 # scan this directory as a package:
                 pkgname = root[prefix_len:].replace(os.path.sep, ".")
                 local_full_path = os.path.join(self._working_dir, root)

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.