summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-09-03 23:55:30 +0200
committerUrbain Vaes <urbain@vaes.uk>2018-09-03 23:55:30 +0200
commit328351cd17242e439201d3c846baf37278a1565c (patch)
treeed740331a01aaa0f3d248158cff88afed2082d7c /python
parente9f2f20f7a52e8b77469b56a087cfcf30f2f0277 (diff)
Load local plugins only when available
Diffstat (limited to 'python')
-rw-r--r--python/.pythonrc4
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