Remove the downloaders

This commit is contained in:
Mitchell Hashimoto 2013-04-03 11:45:46 -07:00
parent a9f269af24
commit 58b7c65a69
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
module Vagrant
module Downloaders
autoload :Base, 'vagrant/downloaders/base'
autoload :File, 'vagrant/downloaders/file'
autoload :HTTP, 'vagrant/downloaders/http'
end
end