summaryrefslogtreecommitdiff
path: root/optparser.py
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-05-01 18:07:05 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-05-01 18:07:05 +0200
commit6e297ce0e97b49083ea8658e2a09534183364b2c (patch)
treecb3b09f6ef44793ba25696836fd546e4c29c72bb /optparser.py
parent04ad90ebc1664996dbdd463dfdbd56c4c2ae6223 (diff)
downloadlogilab-common-6e297ce0e97b49083ea8658e2a09534183364b2c.tar.gz
these two share a lot. Need clarification about what they do. Merge considered.
Diffstat (limited to 'optparser.py')
-rw-r--r--optparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/optparser.py b/optparser.py
index 6ae42a9..3461ce5 100644
--- a/optparser.py
+++ b/optparser.py
@@ -28,7 +28,7 @@ Example:
With mymod.build that defines two functions run and add_options
"""
-# XXX merge with optik_ext ?
+# XXX merge with optik_ext ? merge with clcommands ?
import sys
import optparse