1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[core] no need to expand the already exanded __LIB_DIR__

This commit is contained in:
geemus 2012-03-06 11:03:05 -08:00
parent 49f7ab4b2d
commit a5bca30b5c

View file

@ -1,8 +1,7 @@
__LIB_DIR__ = File.expand_path(File.join(File.dirname(__FILE__), '..'))
$LOAD_PATH.unshift __LIB_DIR__ unless
$LOAD_PATH.include?(__LIB_DIR__) ||
$LOAD_PATH.include?(File.expand_path(__LIB_DIR__))
$LOAD_PATH.include?(__LIB_DIR__)
# external core dependencies
require 'base64'