From f9fe9d5761a1aa451496b6dbba5af992df63f150 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 29 Aug 2014 18:17:38 -0400 Subject: Add snippet for h5py import --- snippets/python-mode/h5py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/python-mode/h5py (limited to 'snippets') diff --git a/snippets/python-mode/h5py b/snippets/python-mode/h5py new file mode 100644 index 0000000..6bea2df --- /dev/null +++ b/snippets/python-mode/h5py @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: h5py +# key: h5 +# group: imports +# -- +import h5py +$0 -- cgit v1.2.3