[Zodb-checkins] CVS: ZODB4 - setup.py:1.12
Jeremy Hylton
jeremy@zope.com
Tue, 1 Apr 2003 14:26:56 -0500
Update of /cvs-repository/ZODB4
In directory cvs.zope.org:/tmp/cvs-serv2867
Modified Files:
setup.py
Log Message:
Fix one last reference to the renamed finder.
Thanks to Thomas Guettler.
=== ZODB4/setup.py 1.11 => 1.12 ===
--- ZODB4/setup.py:1.11 Wed Mar 12 18:32:24 2003
+++ ZODB4/setup.py Tue Apr 1 14:26:56 2003
@@ -127,7 +127,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