summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-04-24 15:07:10 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-04-24 15:07:10 +0200
commit8796328d9b61ae5fd2cc618c34f23731f5e3c4ca (patch)
treeba38237fe22d7286f0a019d3817ae4dff7983bdc /Bugzilla/WebService
parent9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6 (diff)
downloadbugzilla-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.tar.gz
bugzilla-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.tar.xz
Don't call Bugzilla.pm from a Perl module itself (see bug 866927)
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Server/REST.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Server/REST.pm b/Bugzilla/WebService/Server/REST.pm
index 426763dca..ce127f797 100644
--- a/Bugzilla/WebService/Server/REST.pm
+++ b/Bugzilla/WebService/Server/REST.pm
@@ -12,7 +12,6 @@ use strict;
use parent qw(Bugzilla::WebService::Server::JSONRPC);
-use Bugzilla;
use Bugzilla::Constants;
use Bugzilla::Error;
use Bugzilla::Hook;