diff options
author | 2017-06-26 14:20:04 -0700 | |
---|---|---|
committer | 2017-06-28 16:15:23 -0700 | |
commit | 6dcd85dd5a1adefc90fc186bba5768727b842a6d (patch) | |
tree | 977a8de6665d21c5dca6cb80f9820ff798eb9557 /Python/pywarpx/__init__.py | |
parent | e29b3fe4260a82b3ef067e2620f0fd60621732e2 (diff) | |
download | WarpX-6dcd85dd5a1adefc90fc186bba5768727b842a6d.tar.gz WarpX-6dcd85dd5a1adefc90fc186bba5768727b842a6d.tar.zst WarpX-6dcd85dd5a1adefc90fc186bba5768727b842a6d.zip |
Updated to be compliant with PICMI Python standard
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index cf79c65a6..f6b5a5bd3 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -8,7 +8,7 @@ from .Interpolation import interpolation from .Particles import particles from .AMReX import AMReX -from .timestepper import TimeStepper +#from .timestepper import TimeStepper from .PGroup import PGroup from .PGroup import PGroups |