##// 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 configitem('bugzilla', 'bzurl',
331 configitem('bugzilla', 'bzurl',
332 default='http://localhost/bugzilla/',
332 default='http://localhost/bugzilla/',
333 )
333 )
334 configitem('bugzilla', 'bzuser',
335 default=None,
336 )
334
337
335 class bzaccess(object):
338 class bzaccess(object):
336 '''Base class for access to Bugzilla.'''
339 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now