diff options
| author | Jack Nagel | 2013-04-04 10:46:51 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-04 10:53:01 -0500 | 
| commit | ae9060fc54faa1ec273b090a3791a5a1cab174dd (patch) | |
| tree | 18254d0968329c84549d240d58dfb2d1a0b0b3c3 /Library/Homebrew/formula_pin.rb | |
| parent | df29049222308b79a06d7eedfc67a26b90000d99 (diff) | |
| download | brew-ae9060fc54faa1ec273b090a3791a5a1cab174dd.tar.bz2 | |
Remove circular require
Diffstat (limited to 'Library/Homebrew/formula_pin.rb')
| -rw-r--r-- | Library/Homebrew/formula_pin.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_pin.rb b/Library/Homebrew/formula_pin.rb index bf5934b93..eaf1888f9 100644 --- a/Library/Homebrew/formula_pin.rb +++ b/Library/Homebrew/formula_pin.rb @@ -1,4 +1,3 @@ -require 'formula'  require 'fileutils'  class FormulaPin  | 
