summaryrefslogtreecommitdiff
path: root/optparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'optparser.py')
-rw-r--r--optparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/optparser.py b/optparser.py
index f589ead..1d91aec 100644
--- a/optparser.py
+++ b/optparser.py
@@ -30,6 +30,7 @@ With mymod.build that defines two functions run and add_options
# XXX merge with optik_ext ?
+import sys
import optparse
class OptionParser(optparse.OptionParser):