# File lib/chef/resource/python.rb, line 25
      def initialize(name, run_context=nil)
        super
        @resource_name = :python
        @interpreter = "python"
      end