From 1ce9906cb051aee8776f73ca7a761237a1f77149 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 24 Jul 2018 18:49:42 +0100 Subject: [vim] Change scope of flags --- python/.pythonrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python') diff --git a/python/.pythonrc b/python/.pythonrc index 8a57e36..f384a57 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -1,2 +1,8 @@ import numpy as np import sympy as sym +import matplotlib.pyplot as plt + +try: + import hermipy as hm +except ImportError: + pass -- cgit v1.2.3