forked from pool/python-bugzilla
14 lines
457 B
Diff
14 lines
457 B
Diff
|
|
Index: python-bugzilla-0.6.2/bin/bugzilla
|
||
|
|
===================================================================
|
||
|
|
--- python-bugzilla-0.6.2.orig/bin/bugzilla
|
||
|
|
+++ python-bugzilla-0.6.2/bin/bugzilla
|
||
|
|
@@ -22,7 +22,7 @@ import xmlrpclib
|
||
|
|
from tempfile import NamedTemporaryFile
|
||
|
|
|
||
|
|
version = '0.6.2'
|
||
|
|
-default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
|
||
|
|
+default_bz = 'https://bugzilla.novell.com/xmlrpc.cgi'
|
||
|
|
|
||
|
|
# Initial simple logging stuff
|
||
|
|
logging.basicConfig()
|