diff options
author | Luke Kanies <luke@madstop.com> | 2005-06-27 21:47:06 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-06-27 21:47:06 +0000 |
commit | 60783f0777eb5dd89d44a8dfd2ced49f06a32d8f (patch) | |
tree | d1cf67771de26cd49d98fff28d2e7aa89cbf63e0 /lib/puppet/selector.rb | |
parent | 8f95084cd854aef4e3493854e58cefd352cdc68d (diff) | |
download | puppet-60783f0777eb5dd89d44a8dfd2ced49f06a32d8f.tar.gz puppet-60783f0777eb5dd89d44a8dfd2ced49f06a32d8f.tar.xz puppet-60783f0777eb5dd89d44a8dfd2ced49f06a32d8f.zip |
renaming blink to puppet
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@305 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/selector.rb')
-rw-r--r-- | lib/puppet/selector.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/selector.rb b/lib/puppet/selector.rb index 51e82b09d..6bfa1e2dd 100644 --- a/lib/puppet/selector.rb +++ b/lib/puppet/selector.rb @@ -2,10 +2,10 @@ # $Id$ -require 'blink' -require 'blink/fact' +require 'puppet' +require 'puppet/fact' -module Blink +module Puppet #--------------------------------------------------------------- # this class will provide something like a 'select' statement, but it will # return a value |