From c6e201cdd4ca5ee11a04cac77bf32faf40640b6d Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 24 Aug 2007 18:31:00 -0500 Subject: I have added basic support for a search path, altho not yet with any ability to manipulate it. All config tests pass in both the old tests and the new ones, so it is time to add the hooks for manipulating the search path. --- lib/puppet/util/autoload.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/puppet/util/autoload.rb') diff --git a/lib/puppet/util/autoload.rb b/lib/puppet/util/autoload.rb index be9e14671..65cd3affb 100644 --- a/lib/puppet/util/autoload.rb +++ b/lib/puppet/util/autoload.rb @@ -150,5 +150,3 @@ class Puppet::Util::Autoload [module_lib_dirs, Puppet[:libdir], $:].flatten end end - -# $Id$ -- cgit