comparison mercurial/fancyopts.py @ 667:31a9aa890016

A number of minor fixes to problems that pychecker found. # HG changeset patch # User mark.williamson@cl.cam.ac.uk # Node ID 55d38977b7f2e73b8c1090179928ac96c8922b90 # Parent b3bba126b04ab2f24274a1bcf5a224c6317c8e0d A number of minor fixes to problems that pychecker found.
author mark.williamson@cl.cam.ac.uk
date Sun, 10 Jul 2005 16:01:11 -0800
parents d2994b5298fb
children 0aaeee519c66 4f81068ed8cd
comparison
equal deleted inserted replaced
666:0100a43788ca 667:31a9aa890016
1 import os, getopt 1 import getopt
2 2
3 def fancyopts(args, options, state): 3 def fancyopts(args, options, state):
4 long=[] 4 long=[]
5 short='' 5 short=''
6 map={} 6 map={}