package Subs::SwiftSub;
##############################################################################
#
# HISTORY:
# HISTORY: $Log: SwiftSub.pm,v $
# HISTORY: Revision 1.3 2004/05/06 20:02:34 dah
# HISTORY: Add version number back into the header comments.
# HISTORY:
# HISTORY: Revision 1.2 2004/04/16 20:21:18 dah
# HISTORY: Begin using embedded history records
# HISTORY:
#
# VERSION: 0.0
#
#
##############################################################################
use Subs::Sub;
use Util::AttTool;
@ISA = ("Subs::Sub");
use strict;
sub BEGIN {
my $procpar = Subs::Sub->procpar();
Util::AttTool->dirs($procpar->read('acs2fits'), $procpar->read('headas').'/lib');
}