##// END OF EJS Templates
configitems: register the 'bugzilla.bzuser' config
Boris Feld -
r33397:f656a418 default
parent child Browse files
Show More
@@ -331,6 +331,9 b" configitem('bugzilla', 'bzemail',"
331 331 configitem('bugzilla', 'bzurl',
332 332 default='http://localhost/bugzilla/',
333 333 )
334 configitem('bugzilla', 'bzuser',
335 default=None,
336 )
334 337
335 338 class bzaccess(object):
336 339 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now