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 | 873968aa51aa0b21d484a8fa813daa0fe47bc58f (patch) | |
tree | a969676a88fbbabb8ecf3b02f720821348048b46 /bin | |
parent | 746d50d8e5c4cedab8e4c6bb95fef8c990df72bc (diff) |
Updated to require libraries more sanely
Diffstat (limited to 'bin')
-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' |