Remove unused import

This commit is contained in:
Neal Norwitz 2006-06-12 03:05:03 +00:00
parent 245ce8db46
commit 052cbcf635
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ __all__ = [
import __future__
import sys, traceback, inspect, linecache, os, re, types
import sys, traceback, inspect, linecache, os, re
import unittest, difflib, pdb, tempfile
import warnings
from StringIO import StringIO