projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afa3a3
)
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
author
Greg Ward
<gward@python.net>
Sat, 4 Jan 2003 21:54:26 +0000
(21:54 +0000)
committer
Greg Ward
<gward@python.net>
Sat, 4 Jan 2003 21:54:26 +0000
(21:54 +0000)
Lib/optparse.py
patch
|
blob
|
history
diff --git
a/Lib/optparse.py
b/Lib/optparse.py
index e77e4212683e84e236613d34404de794a1e39033..517376a7bcf4f0d4b9c50d77a366a70ee27ea4e3 100644
(file)
--- a/
Lib/optparse.py
+++ b/
Lib/optparse.py
@@
-42,7
+42,7
@@
import sys, os
import types
import textwrap
-__version__ = "1.4"
+__version__ = "1.4
+
"
class OptParseError (Exception):
def __init__ (self, msg):