summaryrefslogtreecommitdiff
path: root/optparser.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-24 13:27:06 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-24 13:27:06 +0200
commita293f002fe9edc6d30f852e9a5b0cfecd30e53d8 (patch)
treee9a6e5dd8a080e15a6ed3608a9607653d17b11e5 /optparser.py
parent4fd01aa795245c136ad27b3dcf04af2cc541cd4c (diff)
downloadlogilab-common-a293f002fe9edc6d30f852e9a5b0cfecd30e53d8.tar.gz
cleanups
Diffstat (limited to 'optparser.py')
-rw-r--r--optparser.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/optparser.py b/optparser.py
index f262cae..123e6a6 100644
--- a/optparser.py
+++ b/optparser.py
@@ -28,10 +28,6 @@ Example:
>>> return run(options, args[1:])
With mymod.build that defines two functions run and add_options
-
-
-
-
"""
__docformat__ = "restructuredtext en"