aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/__init__.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2023-06-12 15:45:09 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-12 15:45:09 -0700
commit0e588edfecd7aca5be32eaace2170ef8281e6323 (patch)
tree9d6b3fb08565d385a4d4f6f31fc08eda54a43a9b /Python/pywarpx/__init__.py
parentd81503dd97a4c8154feaec5a9fe2738bc8492cab (diff)
downloadWarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.tar.gz
WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.tar.zst
WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.zip
Cleanup unused parts of WarpX Python interface (#3971)
* Cleanup unused parts of WarpX Python interface * Fix breaking Python import
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r--Python/pywarpx/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py
index 1e80ccfdf..c74405acf 100644
--- a/Python/pywarpx/__init__.py
+++ b/Python/pywarpx/__init__.py
@@ -15,10 +15,9 @@ from .EB2 import eb2
from .Geometry import geometry
from .HybridPICModel import hybridpicmodel
from .Interpolation import interpolation
-from .Langmuirwave import langmuirwave
from .Lasers import lasers
from .PSATD import psatd
-from .Particles import electrons, newspecies, particles, positrons, protons
+from .Particles import newspecies, particles
from .WarpX import warpx
from ._libwarpx import libwarpx