Show More
@@ -29,7 +29,10 b' Date: 9 Mar 2007' | |||
|
29 | 29 | |
|
30 | 30 | from __future__ import generators |
|
31 | 31 | |
|
32 |
import sys, warnings, os, fnmatch, glob, shutil, codecs |
|
|
32 | import sys, warnings, os, fnmatch, glob, shutil, codecs | |
|
33 | # deprecated in python 2.6 | |
|
34 | warnings.filterwarnings('ignore', r'.*md5.*') | |
|
35 | import md5 | |
|
33 | 36 | |
|
34 | 37 | __version__ = '2.2' |
|
35 | 38 | __all__ = ['path'] |
General Comments 0
You need to be logged in to leave comments.
Login now