typo: Self -> self

This commit is contained in:
Gregory L. Lee 2015-02-09 15:55:18 -08:00
parent 25af341954
commit 5c2608b032

View File

@ -14,7 +14,7 @@ class PyPyside(Package):
depends_on('qt@:4')
def patch(Self):
def patch(self):
"""Undo PySide RPATH handling and add Spack RPATH."""
# Add Spack's standard CMake args to the sub-builds.
# They're called BY setup.py so we have to patch it.