lib/puppet/interface/face_collection.rb in puppet-3.1.1 vs lib/puppet/interface/face_collection.rb in puppet-3.2.0.rc1
- old
+ new
@@ -1,6 +1,4 @@
-require 'puppet/interface'
-
module Puppet::Interface::FaceCollection
@faces = Hash.new { |hash, key| hash[key] = {} }
@loader = Puppet::Util::Autoload.new(:application, 'puppet/face')