Remove ftools requirement (deprecated in 1.9)

This commit is contained in:
Jonathan Rudenberg 2010-03-09 09:12:02 -08:00 committed by Mitchell Hashimoto
parent 145f904ed3
commit 6e0f171514
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $:.unshift(libdir)
PROJECT_ROOT = File.join(libdir, '..') unless defined?(PROJECT_ROOT)
# The libs which must be loaded prior to the rest
%w{tempfile open-uri ftools json pathname logger uri net/http virtualbox net/ssh tarruby
%w{tempfile open-uri json pathname logger uri net/http virtualbox net/ssh tarruby
net/scp fileutils vagrant/util vagrant/actions/base vagrant/downloaders/base vagrant/actions/runner}.each do |f|
require f
end