ticket system integration framework and skin RT
[freeside.git] / FS / FS / TicketSystem / RT_Internal.pm
1 package FS::TicketSystem::RT_Internal;
2
3 use strict;
4
5 @ISA = qw( FS::TicketSystem::RT_Libs );
6
7 1;
8