# HG changeset patch # User LinuxDonald@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1245175117 0 # Node ID 8a9cab8f8868dab97cc76a88cb08905523734da3 # Parent cf77afb273c4380826db35a362b7e5207f0fe51b *fixed scons warnings part1 diff -r cf77afb273c4 -r 8a9cab8f8868 utils/util_scripts/path.py --- 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']