Fix load path.

master
Jeff Dallien 2013-07-02 23:07:52 -04:00
parent e8a4ab5f22
commit eda67c7ea8
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
require "cookie_extractor/version"
require "cookie_extractor/common"
require "cookie_extractor/firefox_cookie_extractor"