comparison treepkg/util.py @ 456:e7e0ace683c6

Ignore warnings about deprecated MD5 module
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 24 Aug 2010 10:45:31 +0000
parents 8e0c81870e5e
children b90bb9f2bb77
comparison
equal deleted inserted replaced
455:6d65aa725f99 456:e7e0ace683c6
12 import tempfile 12 import tempfile
13 import shutil 13 import shutil
14 import fnmatch 14 import fnmatch
15 import pwd 15 import pwd
16 import os.path 16 import os.path
17 import warnings
18 warnings.simplefilter("ignore", category=DeprecationWarning)
17 import md5 19 import md5
18 20
19 import run 21 import run
20 22
21 23
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)