fedora-accounts bz-make-components-pkgdb.py,1.5,1.6

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Aug 23 22:22:13 UTC 2007


Author: toshio

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13543

Modified Files:
	bz-make-components-pkgdb.py 
Log Message:
Remove unneeded constants.



Index: bz-make-components-pkgdb.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/bz-make-components-pkgdb.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bz-make-components-pkgdb.py	9 Aug 2007 22:06:53 -0000	1.5
+++ bz-make-components-pkgdb.py	23 Aug 2007 22:22:10 -0000	1.6
@@ -13,9 +13,7 @@
 
 # Set this to the production bugzilla account when we're ready to go live
 BZSERVER = 'https://bugdev.devel.redhat.com/bugzilla-cvs/xmlrpc.cgi'
-BZDBHOST='bugdev'
 #BZSERVER = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi'
-#BZDBHOST='bugs'
 BZUSER=''
 BZPASS=''
 
@@ -29,9 +27,6 @@
     pass
 
 class Bugzilla(object):
-    GRANT_DIRECT = 0
-    GRANT_DERIVED = 1
-    GRANT_REGEXP = 2
 
     def __init__(self, bzServer, username, password):
         self.userCache = {}




More information about the fedora-extras-commits mailing list