summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clcommands.py1
-rw-r--r--optparser.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/clcommands.py b/clcommands.py
index d3ebbe6..8b1adec 100644
--- a/clcommands.py
+++ b/clcommands.py
@@ -20,6 +20,7 @@ command'specific
:contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org
"""
+# XXX : merge with optparser ?
import sys
from os.path import basename
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