diff utils/util_scripts/path.py @ 275:8a9cab8f8868

*fixed scons warnings part1
author LinuxDonald@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 16 Jun 2009 17:58:37 +0000
parents 4a0efb7baf70
children ea2c6960bbc8
line wrap: on
line diff
--- a/utils/util_scripts/path.py	Tue Jun 16 17:11:38 2009 +0000
+++ b/utils/util_scripts/path.py	Tue Jun 16 17:58:37 2009 +0000
@@ -29,7 +29,7 @@
 
 from __future__ import generators
 
-import sys, warnings, os, fnmatch, glob, shutil, codecs, md5
+import sys, warnings, os, fnmatch, glob, shutil, codecs, hashlib
 
 __version__ = '2.2'
 __all__ = ['path']