flake8: fix warnings (#5759)

This commit is contained in:
Satish Balay
2017-10-13 16:16:58 -05:00
committed by Christoph Junghans
parent 6c3184820a
commit 6fcfc3bd5a
3 changed files with 4 additions and 4 deletions

View File

@@ -22,8 +22,8 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *
import re
from spack import *
class Mfem(Package):