Fix flake8 violations

This commit is contained in:
George Hartzell 2016-07-21 14:24:51 -04:00
parent 9523e50732
commit 4c105895ab

View File

@ -25,6 +25,7 @@
from spack import *
from glob import glob
class Lmod(Package):
"""
Lmod is a Lua based module system that easily handles the MODULEPATH
@ -55,6 +56,7 @@ def setup_environment(self, spack_env, run_env):
version=self.version), separator=';')
patch('fix_tclsh_paths.patch')
def patch(self):
"""The tcl scripts should use the tclsh that was discovered
by the configure script. Touch up their #! lines so that the