Change the require so it is not dependent on File.dirname

This commit is contained in:
John McAliley 2011-12-18 15:10:34 -05:00
parent 359b912f2b
commit a96aebfb64
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
IMPRESSIONIST_PATH = File.dirname(__FILE__) + "/impressionist"
require "#{IMPRESSIONIST_PATH}/engine.rb"
require "impressionist/engine.rb"
module Impressionist
end
end