Bug 534173 - Testopia::TestPlan.pm not found if I try to delete a product

git-svn-id: svn://10.0.0.236/trunk@259351 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2010-01-06 21:22:02 +00:00
parent 33d242b592
commit 8fe6db6fd3

View File

@@ -20,7 +20,11 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib qw(. lib extensions/testopia/lib);
use Testopia::Product;
use Testopia::TestPlan;
use Testopia::TestRun;
my $vars = Bugzilla->hook_args->{vars};