[Zodb-checkins] CVS: ZODB3/ZEO - zeopasswd.py:1.2.6.5
Jeremy Hylton
jeremy at zope.com
Tue Jan 20 10:43:58 EST 2004
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv30336/ZEO
Modified Files:
Tag: Zope-2_7-branch
zeopasswd.py
Log Message:
Fix indentation.
=== ZODB3/ZEO/zeopasswd.py 1.2.6.4 => 1.2.6.5 ===
--- ZODB3/ZEO/zeopasswd.py:1.2.6.4 Tue Dec 23 07:03:58 2003
+++ ZODB3/ZEO/zeopasswd.py Tue Jan 20 10:43:58 2004
@@ -48,9 +48,9 @@
"""Password-specific options loaded from regular ZEO config file."""
try:
opts, args = getopt.getopt(args, "dr:p:f:C:", ["configure=",
- "protocol=",
- "filename=",
- "realm"])
+ "protocol=",
+ "filename=",
+ "realm"])
except getopt.error, msg:
usage(msg)
config = None
More information about the Zodb-checkins
mailing list