Skip to content

Commit

Permalink
Merge pull request #56 from lslezak/ycp_to_yast_rename
Browse files Browse the repository at this point in the history
more YCP -> Yast renames
  • Loading branch information
jreidinger committed Jun 26, 2013
2 parents 9df680b + 7e1c6e5 commit 8f24ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ruby/yast.rb
Expand Up @@ -21,7 +21,7 @@
# Load the native part (.so)
require 'yastx'

#load global YCP module
#load global Yast module
require 'yast/yast'

# load inside moduls
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/yast/yast.rb
Expand Up @@ -108,7 +108,7 @@ def self.import(mname)
m.module_eval <<-"END"
def self.#{sname}(*args)
caller[0].match BACKTRACE_REGEXP
return YCP::call_yast_function("#{mname}", :#{sname}, $1, $2.to_i, *args)
return Yast::call_yast_function("#{mname}", :#{sname}, $1, $2.to_i, *args)
end
END
end
Expand Down

0 comments on commit 8f24ab1

Please sign in to comment.