addressing coding style rules

This commit is contained in:
Benedikt Hegner
2016-05-10 13:17:36 +02:00
parent aca5941a0e
commit ad42579f08
9 changed files with 41 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
from spack import *
from spack import depends_on, extends, python, version
from spack import Package
class PyPy2neo(Package):
"""FIXME: put a proper description of your package here."""