diff options
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 ### |