aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/__init__.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-03-29 15:15:54 +0100
committerGravatar GitHub <noreply@github.com> 2019-03-29 15:15:54 +0100
commit0605ce27e604549c3e93f2e9e342bd356000cf9e (patch)
tree6cdb42dfacedbefbc231c0e7d9674b825cf95696 /Python/pywarpx/__init__.py
parentb534b688dedd48b645bac47854260321e7960bf9 (diff)
parent761c82556e31de274d1e4c356bf81189abb1a1aa (diff)
downloadWarpX-0605ce27e604549c3e93f2e9e342bd356000cf9e.tar.gz
WarpX-0605ce27e604549c3e93f2e9e342bd356000cf9e.tar.zst
WarpX-0605ce27e604549c3e93f2e9e342bd356000cf9e.zip
Merge pull request #79 from ECP-WarpX/parser
use parser's setConstant function instead of using string replacement
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r--Python/pywarpx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py
index 1517bbbaf..0f0d7fb58 100644
--- a/Python/pywarpx/__init__.py
+++ b/Python/pywarpx/__init__.py
@@ -1,5 +1,5 @@
from .WarpX import warpx
-from .Constants import constants
+from .Constants import my_constants
from .Amr import amr
from .Geometry import geometry
from .Algo import algo