From 69cb46eaca778c78d775406ff3e92ed32fa87124 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Tue, 16 Aug 2011 19:04:23 -0300 Subject: Bug 672947: Add 'require Bugzilla::BugMail' in Bugzilla::Bug->_send_bugmail and remove unnecessary module imports in process_bug.cgi. r/a=LpSolit --- process_bug.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index acb359f63..382ee8b59 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -48,8 +48,6 @@ use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; use Bugzilla::Bug; -use Bugzilla::BugMail; -use Bugzilla::Mailer; use Bugzilla::User; use Bugzilla::Util; use Bugzilla::Error; -- cgit v1.2.3-24-g4f1b