treeline: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:17:14 +00:00
parent d1ffdecb83
commit 033f1a980e

View file

@ -9,8 +9,6 @@ class Treeline < Formula
depends_on 'pyqt'
def install
python do
system "./install.py", "-p#{prefix}"
end
system "./install.py", "-p#{prefix}"
end
end