following python3 recommendations
This commit is contained in:
parent
234019bb4d
commit
97fc8a4029
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue