Browse Source

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

David Rose 16 years ago
parent
commit
0d28474f19
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/p3d/Packager.py

+ 0 - 1
direct/src/p3d/Packager.py

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