[Zodb-checkins] CVS: ZODB3/ZEO - zeopasswd.py:1.8

Tim Peters tim.one at comcast.net
Mon Dec 29 17:41:20 EST 2003


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv2051/ZEO

Modified Files:
	zeopasswd.py 
Log Message:
Whitespace normalization.


=== ZODB3/ZEO/zeopasswd.py 1.7 => 1.8 ===
--- ZODB3/ZEO/zeopasswd.py:1.7	Tue Dec 23 07:06:28 2003
+++ ZODB3/ZEO/zeopasswd.py	Mon Dec 29 17:40:47 2003
@@ -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