summaryrefslogtreecommitdiff
path: root/modules/SLEProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-30 18:08:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-30 18:08:45 +0000
commitd505aec9ae80fb7c675cf749f7a74826f68c66ed (patch)
tree525eaa6ac4776f7e4bae6bc0e2bbec2dbd2dd7b4 /modules/SLEProjectCreator.pm
parent0699bbbd41a76ed72364ce9ed6286a38d128abc6 (diff)
downloadMPC-d505aec9ae80fb7c675cf749f7a74826f68c66ed.tar.gz
ChangeLogTag: Mon Jan 30 12:07:35 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/SLEProjectCreator.pm')
-rw-r--r--modules/SLEProjectCreator.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/SLEProjectCreator.pm b/modules/SLEProjectCreator.pm
index f2d0a49f..64e4bc60 100644
--- a/modules/SLEProjectCreator.pm
+++ b/modules/SLEProjectCreator.pm
@@ -13,9 +13,10 @@ package SLEProjectCreator;
use strict;
use ProjectCreator;
+use XMLProjectBase;
use vars qw(@ISA);
-@ISA = qw(ProjectCreator);
+@ISA = qw(XMLProjectBase ProjectCreator);
# ************************************************************
# Subroutine Section