From 328351cd17242e439201d3c846baf37278a1565c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 3 Sep 2018 23:55:30 +0200 Subject: Load local plugins only when available --- python/.pythonrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/.pythonrc') 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 -- cgit v1.2.3