From eb084eecd7c11c7782a60c98bb03fd74accd65f8 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" Date: Mon, 31 Jan 2005 23:33:37 +0000 Subject: [PATCH] Fixing burning tinderbox created by checkin of Bug 280124 git-svn-id: svn://10.0.0.236/trunk@168592 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/User.pm b/mozilla/webtools/bugzilla/Bugzilla/User.pm index e3990f0705c..05ef77e32f9 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/User.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/User.pm @@ -39,7 +39,7 @@ use Bugzilla::Util; use Bugzilla::Constants; use Bugzilla::Auth; -use Exporter qw(import); +use base qw(Exporter); @Bugzilla::User::EXPORT_OK = qw(insert_new_user); ################################################################################