diff options
Diffstat (limited to 'lib/chef/resource/python.rb')
-rw-r--r-- | lib/chef/resource/python.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb index b1f23d13ce..432ee46b85 100644 --- a/lib/chef/resource/python.rb +++ b/lib/chef/resource/python.rb @@ -21,10 +21,8 @@ require 'chef/provider/script' class Chef class Resource class Python < Chef::Resource::Script - def initialize(name, run_context=nil) super - @resource_name = :python @interpreter = "python" end |