mercurial/fancyopts.py
changeset 1541 bf4e7ef08741
parent 1056 34be48b4ca85
child 3673 eb0b4a2d70a9
--- a/mercurial/fancyopts.py	Mon Nov 14 02:30:19 2005 +0200
+++ b/mercurial/fancyopts.py	Mon Nov 14 03:59:35 2005 +0200
@@ -1,10 +1,10 @@
 import getopt
 
 def fancyopts(args, options, state):
-    long=[]
-    short=''
-    map={}
-    dt={}
+    long = []
+    short = ''
+    map = {}
+    dt = {}
 
     for s, l, d, c in options:
         pl = l.replace('-', '_')