Don't call Bugzilla.pm from a Perl module itself (see bug 866927)

git-svn-id: svn://10.0.0.236/trunk@265357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-04-24 13:15:45 +00:00
parent 1704c53c5a
commit d36b180a2e
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
9005 9006

View File

@ -1 +1 @@
9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6 8796328d9b61ae5fd2cc618c34f23731f5e3c4ca

View File

@ -12,7 +12,6 @@ use strict;
use parent qw(Bugzilla::WebService::Server::JSONRPC); use parent qw(Bugzilla::WebService::Server::JSONRPC);
use Bugzilla;
use Bugzilla::Constants; use Bugzilla::Constants;
use Bugzilla::Error; use Bugzilla::Error;
use Bugzilla::Hook; use Bugzilla::Hook;