Spack packages now PEP8 compliant.

This commit is contained in:
Todd Gamblin
2016-08-10 01:50:00 -07:00
parent 867121ca68
commit 240f1fd223
381 changed files with 2457 additions and 1617 deletions

View File

@@ -27,11 +27,13 @@
class Pdt(Package):
"""
Program Database Toolkit (PDT) is a framework for analyzing source code written in several programming languages
and for making rich program knowledge accessible to developers of static and dynamic analysis tools. PDT implements
a standard program representation, the program database (PDB), that can be accessed in a uniform way through a
class library supporting common PDB operations.
"""Program Database Toolkit (PDT) is a framework for analyzing source
code written in several programming languages and for making rich
program knowledge accessible to developers of static and dynamic
analysis tools. PDT implements a standard program representation,
the program database (PDB), that can be accessed in a uniform way
through a class library supporting common PDB operations.
"""
homepage = "https://www.cs.uoregon.edu/research/pdt/home.php"