[Zope3-checkins] CVS: Zope3 - setup.py:1.19

Jeremy Hylton jeremy@zope.com
Mon, 17 Mar 2003 18:03:29 -0500


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

Modified Files:
	setup.py 
Log Message:
Let's hope this helps: change extra to finder.

It's looking for a copy_files() method and finder has one.


=== Zope3/setup.py 1.18 => 1.19 ===
--- Zope3/setup.py:1.18	Thu Jan  9 11:24:11 2003
+++ Zope3/setup.py	Mon Mar 17 18:03:28 2003
@@ -136,7 +136,7 @@
 class MyLibInstaller(installcmd):
     def run(self):
         installcmd.run(self)
-        extra.copy_files(self, self.install_dir)
+        finder.copy_files(self, self.install_dir)
 
 class MyDistribution(Distribution):
     # To control the selection of MyLibInstaller and MyPyBuilder, we