diff options
author | Byron Jones <glob@mozilla.com> | 2016-02-02 06:03:40 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2016-02-02 06:03:40 +0100 |
commit | 3120eb68f3e2ca72a9903c1a18a190331e85c243 (patch) | |
tree | bd9c9154e14a1c36035e26d5d8bfe6a60a5521a1 /scripts | |
parent | 92ec0f389512426625149f1d5fd89ece9a099151 (diff) | |
download | bugzilla-3120eb68f3e2ca72a9903c1a18a190331e85c243.tar.gz bugzilla-3120eb68f3e2ca72a9903c1a18a190331e85c243.tar.xz |
Bug 1244996 - (remove unused import)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/user-prefs.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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); |