[Checkins] SVN: zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/replay.py *** empty log message ***

Jim Fulton jim at zope.com
Wed Oct 7 21:46:19 EDT 2009


Log message for revision 104904:
  *** empty log message ***

Changed:
  U   zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/replay.py

-=-
Modified: zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/replay.py
===================================================================
--- zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/replay.py	2009-10-08 01:45:34 UTC (rev 104903)
+++ zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/replay.py	2009-10-08 01:46:19 UTC (rev 104904)
@@ -424,11 +424,11 @@
           A marshalled extract of file-storage records for the period of the
           input log.
 
-    $Id$
     """
     if args is None:
         args = sys.argv[1:]
 
+    print "$Id$"
     print args
     [addr, log, source] = args[:3]
     addr = parse_addr(addr)



More information about the checkins mailing list