aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/__init__.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2018-08-24 14:40:32 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2018-08-24 14:40:32 -0700
commitcb11c9c60cb7ac020cb5808099fff512e912a991 (patch)
treefa0f82672e0ae0f72263f33e1750019d2dfa27ad /Python/pywarpx/__init__.py
parent6b9d56f24e68733dc0e01f2e7cb281834111117a (diff)
downloadWarpX-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/__init__.py')
-rw-r--r--Python/pywarpx/__init__.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py
index d3c92d5bc..1517bbbaf 100644
--- a/Python/pywarpx/__init__.py
+++ b/Python/pywarpx/__init__.py
@@ -1,4 +1,3 @@
-
from .WarpX import warpx
from .Constants import constants
from .Amr import amr
@@ -8,12 +7,3 @@ from .Langmuirwave import langmuirwave
from .Interpolation import interpolation
from .Particles import particles, electrons, positrons, protons, newspecies
from .Laser import laser
-
-#from .timestepper import TimeStepper
-from .PGroup import PGroup
-from .PGroup import PGroups
-#from .WarpXPIC import WarpXPIC
-
-from ._libwarpx import add_particles
-
-from .callbacks import *