diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-07-24 18:49:42 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-07-27 09:07:14 +0100 |
commit | 1ce9906cb051aee8776f73ca7a761237a1f77149 (patch) | |
tree | e9a43cb8410c6dc625649df75d0dedcf6fe0396e /python | |
parent | 795e8fe5bce79a31ddbf96ad500f322abd96ae5f (diff) |
[vim] Change scope of flags
Diffstat (limited to 'python')
-rw-r--r-- | python/.pythonrc | 6 |
1 files changed, 6 insertions, 0 deletions
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 |