mercurial/fancyopts.py
changeset 667 31a9aa890016
parent 608 d2994b5298fb
child 959 0aaeee519c66
child 981 4f81068ed8cd
--- a/mercurial/fancyopts.py
+++ b/mercurial/fancyopts.py
@@ -1,4 +1,4 @@
-import os, getopt
+import getopt
 
 def fancyopts(args, options, state):
     long=[]