[Zodb-checkins] SVN: ZODB/trunk/src/ - make runzeo -h work.

Chris Withers chris at simplistix.co.uk
Thu Apr 9 21:02:24 EDT 2009


Log message for revision 99069:
  - make runzeo -h work.

Changed:
  U   ZODB/trunk/src/CHANGES.txt
  U   ZODB/trunk/src/ZEO/runzeo.py

-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt	2009-04-10 01:00:10 UTC (rev 99068)
+++ ZODB/trunk/src/CHANGES.txt	2009-04-10 01:02:24 UTC (rev 99069)
@@ -51,6 +51,8 @@
 - using hashlib.sha1 if available in order to avoid DeprecationWarning
   under Python 2.6
 
+- made runzeo -h work
+
 3.9.0a12 (2009-02-26)
 =====================
 

Modified: ZODB/trunk/src/ZEO/runzeo.py
===================================================================
--- ZODB/trunk/src/ZEO/runzeo.py	2009-04-10 01:00:10 UTC (rev 99068)
+++ ZODB/trunk/src/ZEO/runzeo.py	2009-04-10 01:02:24 UTC (rev 99069)
@@ -116,6 +116,8 @@
 
 class ZEOOptions(ZDOptions, ZEOOptionsMixin):
 
+    __doc__ = __doc__
+
     logsectionname = "eventlog"
     schemadir = os.path.dirname(ZEO.__file__)
 



More information about the Zodb-checkins mailing list