Bug 399954: Make Bugzilla able to hold its dependencies in a local directory

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@237891 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2007-10-19 06:46:19 +00:00
parent 297988d0fc
commit d7e641858a
74 changed files with 88 additions and 83 deletions

View File

@@ -25,7 +25,7 @@
# Marc Schumann <wurblzap@gmail.com>
use strict;
use lib qw(.);
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Attachment;