diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index a2b81d7be..cf17b0292 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -47,7 +47,7 @@ def as_framework?    (self.installed? and File.exists? prefix+"Frameworks/Python.framework") or build_framework?  end -class Python <Formula +class Python < Formula    url 'http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tar.bz2'    homepage 'http://www.python.org/'    md5 'aa27bc25725137ba155910bd8e5ddc4f' @@ -166,4 +166,4 @@ class Python <Formula      s = framework_caveats + s if as_framework?      return s    end -end
\ No newline at end of file +end | 
