summaryrefslogtreecommitdiffstats
path: root/token.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'token.cgi')
-rwxr-xr-xtoken.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.cgi b/token.cgi
index dd41e4665..a880d3294 100755
--- a/token.cgi
+++ b/token.cgi
@@ -28,7 +28,7 @@
# Make it harder for us to do dangerous things in Perl.
use strict;
-use lib qw(.);
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;