diff options
Diffstat (limited to 'Python/pywarpx/wx.py')
-rw-r--r-- | Python/pywarpx/wx.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Python/pywarpx/wx.py b/Python/pywarpx/wx.py deleted file mode 100644 index e28be62c8..000000000 --- a/Python/pywarpx/wx.py +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2018 David Grote -# -# This file is part of WarpX. -# -# License: BSD-3-Clause-LBNL - -from ._libwarpx import * - -from .timestepper import TimeStepper - -from .PGroup import PGroup -from .PGroup import PGroups - -from .callbacks import * - -try: - # This has a dependency on Warp and so is not always imported - from .WarpXPIC import WarpXPIC -except ImportError: - pass |