vaguerent/plugins/providers/hyperv/communicator.rb
2014-02-27 08:12:47 -08:00

9 lines
199 B
Ruby

module VagrantPlugins
module HyperV
module Communicator
lib_path = Pathname.new(File.expand_path("../communicator", __FILE__))
autoload :SSH, lib_path.join("ssh")
end
end
end