summaryrefslogtreecommitdiffstats
path: root/bugzilla/__init__.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-08-19 14:06:18 -0400
committerWill Woods <wwoods@redhat.com>2008-08-19 14:06:18 -0400
commit2cbd34ec163f503648245f2076f5601ed9498de6 (patch)
tree735bcca2328edc65a475f37f3faa5f59e66f02a1 /bugzilla/__init__.py
parent037f5df1207c86d6a7ca0aeff6f584d66aee7d75 (diff)
downloadpython-bugzilla-2cbd34ec163f503648245f2076f5601ed9498de6.tar.gz
python-bugzilla-2cbd34ec163f503648245f2076f5601ed9498de6.tar.xz
python-bugzilla-2cbd34ec163f503648245f2076f5601ed9498de6.zip
Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in toplevel bugzilla module
Diffstat (limited to 'bugzilla/__init__.py')
-rw-r--r--bugzilla/__init__.py2
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")