mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
This commit is contained in:
parent
8afa3a3092
commit
5bd844e20f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue