vagrant/lib/vagrant/plugin/v1.rb

13 lines
218 B
Ruby

require "log4r"
require "vagrant/plugin/v1/errors"
module Vagrant
module Plugin
module V1
autoload :Config, "vagrant/plugin/v1/config"
autoload :Plugin, "vagrant/plugin/v1/plugin"
end
end
end