3 # Load rbot from this directory. (No need to install it with setup.rb)
6 SVN_DIR = File.expand_path(File.dirname('__FILE__'))
7 puts "Running from #{SVN_DIR}"
9 $:.unshift File.join(SVN_DIR, 'lib')
14 @@datadir = File.join SVN_DIR, 'data/rbot'
15 @@coredir = File.join SVN_DIR, 'lib/rbot/core'
20 load File.join(SVN_DIR, 'bin/rbot')