pkgsrc-ng/chat/py-xmpppy/patches/patch-xmpp_debug.py
2013-09-26 17:14:40 +02:00

13 lines
362 B
Python

$NetBSD: patch-xmpp_debug.py,v 1.1.1.1 2011/02/06 21:06:08 schnoebe Exp $
disable debugging in the library
--- xmpp/debug.py.orig 2006-03-25 00:11:17.000000000 -0600
+++ xmpp/debug.py
@@ -420,4 +420,4 @@ class Debug:
DBG_ALWAYS='always'
##Uncomment this to effectively disable all debugging and all debugging overhead.
-#Debug=NoDebug
+Debug=NoDebug