diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-07 23:56:59 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-07 23:56:59 +0000 |
commit | 6d8068eddd0d29ec53f62557eb53f6ebb8e40591 (patch) | |
tree | 8c93181b9325fee95d7ecdc6e79341ff6d3604b0 /test/other/metrics.rb | |
parent | 162602323406117444ce4375ead91d8f92f2b31a (diff) | |
download | puppet-6d8068eddd0d29ec53f62557eb53f6ebb8e40591.tar.gz |
Moving some of the stand-alone classes into the util/ subdirectory, to clean up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2178 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/other/metrics.rb')
-rwxr-xr-x | test/other/metrics.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/metrics.rb b/test/other/metrics.rb index a2904b2a5..c4e375e7b 100755 --- a/test/other/metrics.rb +++ b/test/other/metrics.rb @@ -2,8 +2,8 @@ $:.unshift("../lib").unshift("../../lib") if __FILE__ =~ /\.rb$/ -require 'puppet/metric' require 'puppet' +require 'puppet/util/metric' require 'puppettest' require 'puppet/type' |