Merge pull request #1259 from nwjsmith/patch-1

Update lib/vagrant/plugin/v2/plugin.rb to require 'set'
This commit is contained in:
Mitchell Hashimoto 2012-12-16 10:39:45 -08:00
commit ca5f71104e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
require "log4r"
require "set"
module Vagrant
module Plugin