mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix bug detected by AMK: need to import string.
This commit is contained in:
parent
982209dc69
commit
9d98c91b99
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ new versions available for any packages you have installed."""
|
|||
import os
|
||||
import getopt
|
||||
import sys
|
||||
import string
|
||||
import pyversioncheck
|
||||
|
||||
CHECKNAME="_checkversion.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue