##// END OF EJS Templates
fancyopts: drop unneeded import...
mpm@selenic.com -
r560:f9ad1a2c default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 import sys, os, getopt
1 import os, getopt
2
2
3 def fancyopts(args, options, state, syntax='', minlen = 0):
3 def fancyopts(args, options, state, syntax='', minlen = 0):
4 long=[]
4 long=[]
General Comments 0
You need to be logged in to leave comments. Login now