Mercurial > fife-parpg
changeset 275:8a9cab8f8868
*fixed scons warnings part1
author | LinuxDonald@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 16 Jun 2009 17:58:37 +0000 |
parents | cf77afb273c4 |
children | 2a4e53c9c01f |
files | utils/util_scripts/path.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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']