aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorSamuel John2013-06-06 13:18:32 +0200
committerSamuel John2013-06-06 13:18:32 +0200
commit1c950450333bcaf3bac8ee2c5543aae3df34cef2 (patch)
treee3f68f53ba9815b232faebfbf15fbee5a58a45a5 /Library/Homebrew/formula.rb
parent4e8aa8637fdef1bbebdb31a11203f526d63122ca (diff)
downloadbrew-1c950450333bcaf3bac8ee2c5543aae3df34cef2.tar.bz2
Hotfix: Revert Python module
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index cf88bd3be..ead132bbf 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -307,7 +307,7 @@ class Formula
def python(options={:allowed_major_versions => [2, 3]}, &block)
require 'python_helper'
- Python::python_helper(options, &block)
+ python_helper(options, &block)
end
# Explicitly only execute the block for 2.x (if a python 2.x is available)