Remove the downloaders
This commit is contained in:
parent
a9f269af24
commit
58b7c65a69
|
@ -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
|
Loading…
Reference in New Issue