Mercurial > fife-parpg
comparison utils/util_scripts/path.py @ 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 | 8a9cab8f8868 |
children | 9dce3dbd4fa9 |
comparison
equal
deleted
inserted
replaced
283:cad19fe699ee | 284:ea2c6960bbc8 |
---|---|
27 # - guess_content_type() method? | 27 # - guess_content_type() method? |
28 # - Perhaps support arguments to touch(). | 28 # - Perhaps support arguments to touch(). |
29 | 29 |
30 from __future__ import generators | 30 from __future__ import generators |
31 | 31 |
32 import sys, warnings, os, fnmatch, glob, shutil, codecs, hashlib | 32 import sys, warnings, os, fnmatch, glob, shutil, codecs, md5 |
33 | 33 |
34 __version__ = '2.2' | 34 __version__ = '2.2' |
35 __all__ = ['path'] | 35 __all__ = ['path'] |
36 | 36 |
37 # Platform-specific support for path.owner | 37 # Platform-specific support for path.owner |