From 54577f4f7ccd88348a31fe0c8893bf203bcf4926 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 29 Jun 2013 01:35:43 -0400 Subject: move python shebang/common imports to yasnippet --- snippets/python-mode/plt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 snippets/python-mode/plt (limited to 'snippets/python-mode/plt') diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt new file mode 100644 index 0000000..434e09c --- /dev/null +++ b/snippets/python-mode/plt @@ -0,0 +1,8 @@ +# name: matplotlib-related import +# key: plt +# -- +import matplotlib.pyplt as plt +from matplotlib import tickers + +import pltaid +$0 -- cgit v1.2.3