2013-03-02 23:36:06 +00:00
|
|
|
require "vendored_vagrant"
|
2013-02-25 23:09:32 +00:00
|
|
|
|
2013-03-02 23:36:06 +00:00
|
|
|
require "vagrant-lxc/version"
|
2013-02-28 03:20:54 +00:00
|
|
|
require "vagrant-lxc/plugin"
|
|
|
|
|
2013-03-01 23:42:56 +00:00
|
|
|
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../locales/en.yml')
|