Fix load path.
This commit is contained in:
parent
e8a4ab5f22
commit
eda67c7ea8
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue