From 7e07e3dc843798bdbc7a03428ca054adaff2fb72 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 8 Feb 2007 01:39:39 +0000 Subject: Moving all of the client and server code into a single network/ directory. In other words, more code structure cleanup. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2179 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetmodule.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables/puppetmodule.rb') diff --git a/test/executables/puppetmodule.rb b/test/executables/puppetmodule.rb index c70f92fe9..83a20ec30 100755 --- a/test/executables/puppetmodule.rb +++ b/test/executables/puppetmodule.rb @@ -3,7 +3,7 @@ $:.unshift("../lib").unshift("../../lib") if __FILE__ =~ /\.rb$/ require 'puppet' -require 'puppet/server' +require 'puppet/network/server' require 'puppet/sslcertificates' require 'puppettest' -- cgit