summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Series.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-08-15 07:34:32 +0200
committerjustdave%bugzilla.org <>2005-08-15 07:34:32 +0200
commit09756eda41e62f1b216c38338c6d0702dccc7502 (patch)
treed5235e242ea28bc5a5e730210df0631fa4c0a203 /Bugzilla/Series.pm
parent2b5c15916a85aef50814a96c0112d9b2ba910b3e (diff)
downloadbugzilla-09756eda41e62f1b216c38338c6d0702dccc7502.tar.gz
bugzilla-09756eda41e62f1b216c38338c6d0702dccc7502.tar.xz
Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files already have it loaded, and it causes circular dependencies.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
Diffstat (limited to 'Bugzilla/Series.pm')
-rw-r--r--Bugzilla/Series.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Series.pm b/Bugzilla/Series.pm
index e1d37423b..db4e1f9f9 100644
--- a/Bugzilla/Series.pm
+++ b/Bugzilla/Series.pm
@@ -31,7 +31,6 @@ use lib ".";
package Bugzilla::Series;
-use Bugzilla;
use Bugzilla::Util;
use Bugzilla::User;