[Zodb-checkins] SVN: ZODB/trunk/setup.py Revert checkin that added
	stats.py, simul.py and dangle.py to the
    Tim Peters 
    tim.one at comcast.net
       
    Tue Jun  1 15:58:07 EDT 2004
    
    
  
Log message for revision 25159:
Revert checkin that added stats.py, simul.py and dangle.py to the
distutils scripts= argument.  I misunderstood the purpose of that.
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2004-06-01 19:56:17 UTC (rev 25158)
+++ ZODB/trunk/setup.py	2004-06-01 19:58:04 UTC (rev 25159)
@@ -150,11 +150,8 @@
            "src/ZEO/zeopasswd.py",
            "src/ZEO/mkzeoinst.py",
            "src/ZEO/zeoctl.py",
-           "src/ZEO/stats.py",
-           "src/ZEO/simul.py",
            "src/zdaemon/zdrun.py",
            "src/zdaemon/zdctl.py",
-           "src/ZODB/tests/dangle.py",
            ]
 
 def copy_other_files(cmd, outputbase):
    
    
More information about the Zodb-checkins
mailing list