[Zope-Checkins] CVS: StandaloneZODB/Tools - timeiter.py:1.1.2.4

Barry Warsaw barry@wooz.org
Wed, 9 Jan 2002 18:43:25 -0500


Update of /cvs-repository/StandaloneZODB/Tools
In directory cvs.zope.org:/tmp/cvs-serv11774

Modified Files:
      Tag: Standby-branch
	timeiter.py 
Log Message:
make_primary(): Typo.  hostname -> name.


=== StandaloneZODB/Tools/timeiter.py 1.1.2.3 => 1.1.2.4 ===
         lastarg += 1
     del args[:lastarg]
-    return PrimaryStorage(hostname, dfs, port)
+    return PrimaryStorage(name, dfs, port)
 
 
 # This maps case-insensitive names against factory functions.  The latter must