Remove redundant reader method

This commit is contained in:
Jack Nagel 2013-07-22 11:41:46 -05:00
parent 9b30fc4afa
commit b0138b9c9b

View File

@ -16,7 +16,6 @@ require 'requirement'
class PythonInstalled < Requirement class PythonInstalled < Requirement
attr_reader :min_version attr_reader :min_version
attr_reader :if3then3 attr_reader :if3then3
attr_reader :site_packages
attr_accessor :site_packages attr_accessor :site_packages
attr_accessor :binary # The python.rb formula needs to set the binary attr_accessor :binary # The python.rb formula needs to set the binary