summaryrefslogtreecommitdiff
path: root/lib/chef/resource/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/python.rb')
-rw-r--r--lib/chef/resource/python.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb
index fffd4d75f6..2eae2562ba 100644
--- a/lib/chef/resource/python.rb
+++ b/lib/chef/resource/python.rb
@@ -25,7 +25,6 @@ class Chef
def initialize(name, run_context=nil)
super
- @resource_name = :python
@interpreter = "python"
end