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