init.rb revision f35e888435be4e803bf73937cb5f173050a172e6
# extend the load path
require 'logger'
# Configuration #
#################
require 'ontohub_net'
rescue ScriptError => e
STDERR.puts <<-ERROR
We encountered a hard system error while processing
your git-interaction attempt.
The git command was not processed; your data is safe.
Please contact and inform an administrator of this issue.
ERROR
exit 1
end