Skip to content

Commit

Permalink
Revert accidentally committed local lib paths in Test.pm
Browse files Browse the repository at this point in the history
This reverts part of 67d0095.
  • Loading branch information
tsibley committed Jun 29, 2012
1 parent 9e5da31 commit c784073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RT/Extension/SLA/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;

### after: use lib qw(@RT_LIB_PATH@);
use lib qw(/home/tom/work/bps/rt/local/lib /home/tom/bps/rt/lib);
use lib qw(/opt/rt4/local/lib /opt/rt4/lib);

package RT::Extension::SLA::Test;

Expand Down

0 comments on commit c784073

Please sign in to comment.