Mercurial > fife-parpg
changeset 284:ea2c6960bbc8
Reverted changes from 2924 as it broke compatibility with python 2.5
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 19 Jun 2009 17:14:26 +0000 |
parents | cad19fe699ee |
children | 37d2b163ef5a |
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 Wed Jun 17 02:39:01 2009 +0000 +++ b/utils/util_scripts/path.py Fri Jun 19 17:14:26 2009 +0000 @@ -29,7 +29,7 @@ from __future__ import generators -import sys, warnings, os, fnmatch, glob, shutil, codecs, hashlib +import sys, warnings, os, fnmatch, glob, shutil, codecs, md5 __version__ = '2.2' __all__ = ['path']