Add missing import

This commit is contained in:
Andrew M. Kuchling 2002-11-20 16:10:29 +00:00
parent 1b99896944
commit 2db92a6ee1
1 changed files with 1 additions and 1 deletions

View File

@ -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: