diff options
author | 2018-08-24 14:40:32 -0700 | |
---|---|---|
committer | 2018-08-24 14:40:32 -0700 | |
commit | cb11c9c60cb7ac020cb5808099fff512e912a991 (patch) | |
tree | fa0f82672e0ae0f72263f33e1750019d2dfa27ad /Python/pywarpx/PGroup.py | |
parent | 6b9d56f24e68733dc0e01f2e7cb281834111117a (diff) | |
download | WarpX-cb11c9c60cb7ac020cb5808099fff512e912a991.tar.gz WarpX-cb11c9c60cb7ac020cb5808099fff512e912a991.tar.zst WarpX-cb11c9c60cb7ac020cb5808099fff512e912a991.zip |
Update how the python version is imported.
A pure Python version can be installed when only writing input files is reguired.
Diffstat (limited to 'Python/pywarpx/PGroup.py')
-rw-r--r-- | Python/pywarpx/PGroup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pywarpx/PGroup.py b/Python/pywarpx/PGroup.py index 64e396d38..68b37740d 100644 --- a/Python/pywarpx/PGroup.py +++ b/Python/pywarpx/PGroup.py @@ -1,5 +1,4 @@ import numpy as np -from . import WarpX from . import _libwarpx class PGroup(object): |