# HG changeset patch # User Louis Henry Nayegon # Date 1255597491 -3600 # Node ID 4cca9b77724a18d9273226b45ba521fe9eb3f134 # Parent d610907b5fe7efbb20565800ec6c54dd431fbba0# Parent ddca63d8e13cbc93caae00deb5700639bb71bd7e Merge diff -r d610907b5fe7 -r 4cca9b77724a common/tools/brag/raptorToBRAG.pl --- a/common/tools/brag/raptorToBRAG.pl Thu Oct 15 10:03:51 2009 +0100 +++ b/common/tools/brag/raptorToBRAG.pl Thu Oct 15 10:04:51 2009 +0100 @@ -16,6 +16,9 @@ use strict; +use FindBin; +use lib "$FindBin::Bin/../lib"; + use Getopt::Long; use Text::CSV;