Remove unneeded "import re".

This commit is contained in:
Guido van Rossum 1997-12-11 21:41:13 +00:00
parent 105ff952bd
commit 9e326665cf
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ See the class definition for lower level access methods.
There are also some utility functions here. There are also some utility functions here.
""" """
import re
import string import string
import time import time