# HG changeset patch # User cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1245431666 0 # Node ID ea2c6960bbc8a383841a839358d12c2f31c5415e # Parent cad19fe699ee84621be8220b79420cd73531773a Reverted changes from 2924 as it broke compatibility with python 2.5 diff -r cad19fe699ee -r ea2c6960bbc8 utils/util_scripts/path.py --- 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']