remove unused dependency on hashlib; not available in python 2.4 anyway

This commit is contained in:
David Rose 2009-10-26 23:10:04 +00:00
parent c4ac2aac6a
commit 0d28474f19

View File

@ -10,7 +10,6 @@ import marshal
import new
import string
import types
import hashlib
import getpass
import platform
from direct.p3d.FileSpec import FileSpec