vagrant-lxc-ng/lib/vagrant-lxc.rb
Fabio Rehm 61c4982fde Vendorize vagrant
Closes #19
2013-03-02 20:36:06 -03:00

7 lines
170 B
Ruby

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