diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-27 16:30:53 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-27 16:30:53 +0000 |
commit | 789b786d24ab83e963b802b81c6f8254c4b4e08c (patch) | |
tree | cc57b97ab958e6d7ad3be1f5fd94898b2f66cc3b /lib/puppet/parser/parser.rb | |
parent | 4c885b7aa48746b6b946c7b2b0cd0abc50216ecf (diff) | |
download | puppet-789b786d24ab83e963b802b81c6f8254c4b4e08c.tar.gz puppet-789b786d24ab83e963b802b81c6f8254c4b4e08c.tar.xz puppet-789b786d24ab83e963b802b81c6f8254c4b4e08c.zip |
More code related to #517. Oops.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2227 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser/parser.rb')
-rw-r--r-- | lib/puppet/parser/parser.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/parser/parser.rb b/lib/puppet/parser/parser.rb index 8004b5604..785d12547 100644 --- a/lib/puppet/parser/parser.rb +++ b/lib/puppet/parser/parser.rb @@ -29,7 +29,7 @@ module Puppet class Parser < Racc::Parser -module_eval <<'..end grammar.ra modeval..id10042e1e81', 'grammar.ra', 644 +module_eval <<'..end grammar.ra modeval..id05e5ea581f', 'grammar.ra', 644 require 'puppet/parser/functions' attr_reader :file, :interp @@ -101,7 +101,7 @@ def file=(file) if @files.detect { |f| f.file == file } raise Puppet::ImportError.new("Import loop detected") else - @files << Puppet::LoadedFile.new(file) + @files << Puppet::Util::LoadedFile.new(file) @lexer.file = file end end @@ -199,7 +199,7 @@ end # $Id$ -..end grammar.ra modeval..id10042e1e81 +..end grammar.ra modeval..id05e5ea581f ##### racc 1.4.5 generates ### |