[python-bugzilla] Small typo in imports

Cole Robinson crobinso at redhat.com
Sun Sep 30 03:58:14 UTC 2012


On 06/18/2012 05:51 AM, Björn Wingman wrote:
> 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

Thanks Björn, pushed now. Sorry for the horrendous delay.

http://git.fedorahosted.org/cgit/python-bugzilla.git/commit/?id=e15b8ed5aacc392eee024408f70afedbdd8ca5ca

Thanks,
Cole



More information about the python-bugzilla mailing list