changeset 456:e7e0ace683c6

Ignore warnings about deprecated MD5 module
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 24 Aug 2010 10:45:31 +0000
parents 6d65aa725f99
children b90bb9f2bb77
files treepkg/util.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/util.py	Mon Aug 23 12:53:49 2010 +0000
+++ b/treepkg/util.py	Tue Aug 24 10:45:31 2010 +0000
@@ -14,6 +14,8 @@
 import fnmatch
 import pwd
 import os.path
+import warnings
+warnings.simplefilter("ignore", category=DeprecationWarning)
 import md5
 
 import run
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)