vagrant-lxc-ng/lib/vagrant-lxc.rb
2013-03-01 20:42:56 -03:00

11 lines
182 B
Ruby

require "vagrant-lxc/version"
require "vagrant-lxc/plugin"
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../locales/en.yml')
module Vagrant
module LXC
end
end