following python3 recommendations

This commit is contained in:
Martin Diehl 2019-09-03 15:41:41 -07:00
parent 234019bb4d
commit 97fc8a4029
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 no BOM -*-
# Makes postprocessing routines acessible from everywhere.
import os,sys
# Makes postprocessing routines accessible from everywhere.
import os
import sys
import damask
damaskEnv = damask.Environment()

View File

@ -1,4 +1,4 @@
"""Tools to control the various BVP solvers"""
"""Tools to control the various solvers."""
from .solver import Solver # noqa
from .marc import Marc # noqa