I found a typo in the imports of __init__.py. I hope this patch format comes across ok.
/Björn
--- new/__init__.py 2012-06-18 11:39:01.232060575 +0200 +++ __init__.py 2012-06-18 11:27:30.383710970 +0200 @@ -9,7 +9,7 @@ # option) any later version. See http://www.gnu.org/copyleft/gpl.html for # the full text of the license.
-from bugzilla3 import Bugzilla3, Bugzilla32, Bugzilla34, Bugzilla3 +from bugzilla3 import Bugzilla3, Bugzilla32, Bugzilla34, Bugzilla36 from bugzilla4 import Bugzilla4 from rhbugzilla import RHBugzilla, RHBugzilla3, RHBugzilla4 from nvlbugzilla import NovellBugzilla