[Zodb-checkins] CVS: ZODB3/ZEO - zeopasswd.py:1.2.6.6
Tim Peters
tim.one at comcast.net
Wed Jun 9 14:42:40 EDT 2004
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv20606/ZEO
Modified Files:
Tag: Zope-2_7-branch
zeopasswd.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/zeopasswd.py 1.2.6.5 => 1.2.6.6 ===
--- ZODB3/ZEO/zeopasswd.py:1.2.6.5 Tue Jan 20 10:43:58 2004
+++ ZODB3/ZEO/zeopasswd.py Wed Jun 9 14:42:06 2004
@@ -47,8 +47,8 @@
def options(args):
"""Password-specific options loaded from regular ZEO config file."""
try:
- opts, args = getopt.getopt(args, "dr:p:f:C:", ["configure=",
- "protocol=",
+ opts, args = getopt.getopt(args, "dr:p:f:C:", ["configure=",
+ "protocol=",
"filename=",
"realm"])
except getopt.error, msg:
@@ -56,7 +56,7 @@
config = None
delete = 0
auth_protocol = None
- auth_db = ""
+ auth_db = ""
auth_realm = None
for k, v in opts:
if k == '-C' or k == '--configure':
@@ -127,4 +127,3 @@
if __name__ == "__main__":
main(sys.argv[1:])
-
More information about the Zodb-checkins
mailing list