openbsd-ports/audio/exaile/patches/patch-plugins_daapserver_spydaap_metadata_py

13 lines
426 B
Plaintext
Raw Normal View History

2010-07-15 05:58:47 -04:00
$OpenBSD: patch-plugins_daapserver_spydaap_metadata_py,v 1.2 2010/07/15 09:58:47 giovanni Exp $
--- plugins/daapserver/spydaap/metadata.py.orig Mon May 31 21:10:10 2010
+++ plugins/daapserver/spydaap/metadata.py Wed Jun 9 19:01:48 2010
@@ -15,7 +15,7 @@
2010-07-15 05:58:47 -04:00
from __future__ import with_statement
import warnings
-with warnings.catch_warnings():
+class catch_warnings():
warnings.simplefilter("ignore")
import md5