diff options
Diffstat (limited to 'bugzilla/__init__.py')
-rw-r--r-- | bugzilla/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/__init__.py b/bugzilla/__init__.py index 2e5ee75..8dc06db 100644 --- a/bugzilla/__init__.py +++ b/bugzilla/__init__.py @@ -10,7 +10,7 @@ # the full text of the license. from bugzilla3 import Bugzilla3, Bugzilla32 -from rhbugzilla import RHBugzilla +from rhbugzilla import RHBugzilla, RHBugzilla3 import xmlrpclib import logging log = logging.getLogger("bugzilla") |