summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-01-19 10:02:09 +0100
committermr <mr@mrautenberg.de>2010-01-19 10:02:09 +0100
commit0e7f3c196b123acd9d311f02f09f8b03992cea5f (patch)
tree9991c400dc3f01e7c626ed64bd21be9f051e0cf0 /lib/opentox-ruby-api-wrapper.rb
parent253e15cae162d88a269cc86608dd3334cab29cf9 (diff)
move authorization to branch test
Diffstat (limited to 'lib/opentox-ruby-api-wrapper.rb')
-rw-r--r--lib/opentox-ruby-api-wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opentox-ruby-api-wrapper.rb b/lib/opentox-ruby-api-wrapper.rb
index ca57fc9..03838e8 100644
--- a/lib/opentox-ruby-api-wrapper.rb
+++ b/lib/opentox-ruby-api-wrapper.rb
@@ -8,6 +8,6 @@ rescue LoadError
puts "Please install Openbabel with 'rake openbabel:install' in the compound component"
end
-['owl', 'compound','dataset','algorithm','model','task','utils'].each do |lib|
+['owl', 'compound','dataset','algorithm','model','task','utils','authorization'].each do |lib|
require lib
end