mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Add missing import
This commit is contained in:
parent
1b99896944
commit
2db92a6ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ modules in setup scripts."""
|
||||||
|
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import os, string
|
import os, string, sys
|
||||||
from types import *
|
from types import *
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue