mirror of https://github.com/python/cpython
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
This commit is contained in:
parent
8afa3a3092
commit
5bd844e20f
|
@ -42,7 +42,7 @@ import sys, os
|
|||
import types
|
||||
import textwrap
|
||||
|
||||
__version__ = "1.4"
|
||||
__version__ = "1.4+"
|
||||
|
||||
class OptParseError (Exception):
|
||||
def __init__ (self, msg):
|
||||
|
|
Loading…
Reference in New Issue