mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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 @@
|
|||
import os
|
||||
import getopt
|
||||
import sys
|
||||
import string
|
||||
import pyversioncheck
|
||||
|
||||
CHECKNAME="_checkversion.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue