diff options
author | Will Woods <wwoods@redhat.com> | 2008-08-26 17:38:57 -0400 |
---|---|---|
committer | Will Woods <wwoods@redhat.com> | 2008-08-26 17:38:57 -0400 |
commit | 428fdd43cba0a16dca1068c15f229c29244a09ff (patch) | |
tree | fb9acac5d2df9d8243dfd2ba4bcd042ff05ffc66 /bugzilla/rhbugzilla.py | |
parent | 3730239a0cad74fa7ab0a8a69bb12daa79a1174e (diff) | |
download | python-bugzilla-428fdd43cba0a16dca1068c15f229c29244a09ff.tar.gz python-bugzilla-428fdd43cba0a16dca1068c15f229c29244a09ff.tar.xz python-bugzilla-428fdd43cba0a16dca1068c15f229c29244a09ff.zip |
move "import copy" along with multicall methods
Diffstat (limited to 'bugzilla/rhbugzilla.py')
-rw-r--r-- | bugzilla/rhbugzilla.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py index 34b8318..b525ed4 100644 --- a/bugzilla/rhbugzilla.py +++ b/bugzilla/rhbugzilla.py @@ -11,6 +11,7 @@ import bugzilla.base from bugzilla3 import Bugzilla32 +import copy class RHBugzilla(bugzilla.base.BugzillaBase): '''Concrete implementation of the Bugzilla protocol. This one uses the |