Commit 5e13d2ab authored by Chris Withers's avatar Chris Withers

- make runzeo -h work.

parent 2d874c50
...@@ -51,6 +51,8 @@ Bugs Fixed ...@@ -51,6 +51,8 @@ Bugs Fixed
- using hashlib.sha1 if available in order to avoid DeprecationWarning - using hashlib.sha1 if available in order to avoid DeprecationWarning
under Python 2.6 under Python 2.6
- made runzeo -h work
3.9.0a12 (2009-02-26) 3.9.0a12 (2009-02-26)
===================== =====================
......
...@@ -116,6 +116,8 @@ class ZEOOptionsMixin: ...@@ -116,6 +116,8 @@ class ZEOOptionsMixin:
class ZEOOptions(ZDOptions, ZEOOptionsMixin): class ZEOOptions(ZDOptions, ZEOOptionsMixin):
__doc__ = __doc__
logsectionname = "eventlog" logsectionname = "eventlog"
schemadir = os.path.dirname(ZEO.__file__) schemadir = os.path.dirname(ZEO.__file__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment