From 3120eb68f3e2ca72a9903c1a18a190331e85c243 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 2 Feb 2016 13:03:40 +0800 Subject: Bug 1244996 - (remove unused import) --- scripts/user-prefs.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/user-prefs.pl b/scripts/user-prefs.pl index ca1b33d7d..ee980b3eb 100755 --- a/scripts/user-prefs.pl +++ b/scripts/user-prefs.pl @@ -16,7 +16,6 @@ use lib ("$RealBin/..", "$RealBin/../lib"); use Bugzilla; use Bugzilla::Constants; use Bugzilla::User; -use Bugzilla::User::APIKey; Bugzilla->usage_mode(USAGE_MODE_CMDLINE); -- cgit v1.2.3-24-g4f1b