Remove unused import; reported by Neal Norwitz.

This commit is contained in:
Fred Drake 2001-10-17 01:51:04 +00:00
parent d10ed8b179
commit 2a2d970ef9
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Exported functions:
name (None if not present). name (None if not present).
""" """
import re, string, sys, time, operator import re, string, time, operator
from types import * from types import *