summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-10-28 15:51:20 +0200
committerist <ist@ist.opentox.org>2010-10-28 15:51:20 +0200
commit5a71ee53f9b2ab55eded49894269a60030645061 (patch)
tree8dd8def29d01fa111eb48d4fa323b80b55aa8aa2 /application.rb
parentef97aadda700a51384b7a72a63e28fbce116e50c (diff)
Comments in code
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index 3d511d1..f489a4c 100644
--- a/application.rb
+++ b/application.rb
@@ -1,4 +1,5 @@
require 'rubygems'
+# AM LAST: can include both libs, no problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/libbbrc/bbrc') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/liblast/last') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'last-utils/lu.rb') # AM LAST