Add missing import

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

View file

@ -5,7 +5,7 @@ modules in setup scripts."""
__revision__ = "$Id$"
import os, string
import os, string, sys
from types import *
try: