diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-09-03 23:55:30 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-09-03 23:55:30 +0200 |
commit | 328351cd17242e439201d3c846baf37278a1565c (patch) | |
tree | ed740331a01aaa0f3d248158cff88afed2082d7c /python | |
parent | e9f2f20f7a52e8b77469b56a087cfcf30f2f0277 (diff) |
Load local plugins only when available
Diffstat (limited to 'python')
-rw-r--r-- | python/.pythonrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/.pythonrc b/python/.pythonrc index 4d97a0f..e4c3b63 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -1,6 +1,8 @@ +import importlib +import math +import matplotlib import numpy as np import sympy as sym -import matplotlib try: import hermipy as hm |