Removeed some useless imports.

This commit is contained in:
Jeremy Fincher 2004-07-27 05:21:14 +00:00
parent fe55f17cbf
commit 810a051923
1 changed files with 0 additions and 4 deletions

View File

@ -410,10 +410,6 @@ __builtins__['sorted'] = sorted
def mktemp(suffix=''):
"""Gives a decent random string, suitable for a filename."""
import sha
import md5
import time
import random
r = random.Random()
m = md5.md5(suffix)
r.seed(time.time())