diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:06:17 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:06:17 +0000 |
commit | a3ca08443ccfe8c325c45b849f85b96f3b931299 (patch) | |
tree | a969676a88fbbabb8ecf3b02f720821348048b46 /bin/custodian-parse-execute | |
parent | dd743865cf6c63e8bc8e598598d602177ffb85eb (diff) |
Updated to require libraries more sanely
Diffstat (limited to 'bin/custodian-parse-execute')
-rwxr-xr-x | bin/custodian-parse-execute | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/custodian-parse-execute b/bin/custodian-parse-execute index 6329dd9..c0057de 100755 --- a/bin/custodian-parse-execute +++ b/bin/custodian-parse-execute @@ -8,7 +8,6 @@ # # -require 'custodian/testfactory.rb' require 'custodian/protocoltest/tcp.rb' require 'custodian/protocoltest/ftp.rb' require 'custodian/protocoltest/jabber.rb' |