vagrant-lxc-ng/lib/vagrant-lxc.rb

11 lines
182 B
Ruby
Raw Normal View History

2013-02-25 23:09:32 +00:00
require "vagrant-lxc/version"
require "vagrant-lxc/plugin"
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../locales/en.yml')
2013-02-25 23:09:32 +00:00
module Vagrant
module LXC
end
end