summaryrefslogtreecommitdiff
path: root/lib/opentox-client.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-10-26 16:11:43 +0200
committerAndreas Maunz <andreas@maunz.de>2012-10-26 16:11:43 +0200
commitb55f670feb82dff3c782b4f86bf90ac1212a0361 (patch)
tree3c276dc147f6ec6cc29836c614ea74caefc071ca /lib/opentox-client.rb
parentf519c7cf4ef23289dd3511fc00312dbed2b56d09 (diff)
Separate libs for sparql and rdf
Diffstat (limited to 'lib/opentox-client.rb')
-rw-r--r--lib/opentox-client.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/opentox-client.rb b/lib/opentox-client.rb
index 67e0ce7..8b56411 100644
--- a/lib/opentox-client.rb
+++ b/lib/opentox-client.rb
@@ -40,5 +40,7 @@ FALSE_REGEXP = /^(false|inactive|0|0.0|low tox|deactivating|non-carcinogen|non-m
].each{ |f| require File.join(File.dirname(__FILE__),f) }
Dir["#{File.dirname(__FILE__)}/utils/shims/*.rb"].each { |f| require f } # Shims for legacy code
+Dir["#{File.dirname(__FILE__)}/utils/sparql/*.rb"].each { |f| require f } # SPARQL code
+Dir["#{File.dirname(__FILE__)}/utils/rdf/*.rb"].each { |f| require f } # RDF code
Dir["#{File.dirname(__FILE__)}/utils/*.rb"].each { |f| require f } # Utils for Libs