diff options
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 cd6237d39..14d028a45 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -11,7 +11,7 @@ from .Laser import laser #from .timestepper import TimeStepper from .PGroup import PGroup from .PGroup import PGroups -from .WarpXPIC import WarpXPIC +#from .WarpXPIC import WarpXPIC from ._libwarpx import add_particles |