##// END OF EJS Templates
configitems: register the 'bugzilla.usermap' config
Boris Feld -
r33468:76269ea9 default
parent child Browse files
Show More
@@ -372,6 +372,9 b" configitem('bugzilla', 'timeout',"
372 372 configitem('bugzilla', 'user',
373 373 default='bugs',
374 374 )
375 configitem('bugzilla', 'usermap',
376 default=None,
377 )
375 378
376 379 class bzaccess(object):
377 380 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now