summaryrefslogtreecommitdiff
path: root/snippets/python-mode
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-09-06 00:06:11 -0400
committerKyle Meyer <kyle@kyleam.com>2014-09-06 00:06:11 -0400
commit8e700bfade02f06331c8eda26f3fd2cbc8355cab (patch)
treeb706a2c471c4d5882ed886a66af66b216d459f6e /snippets/python-mode
parentd12722f6fb07a459d0724848086a735d4cb628c9 (diff)
downloademacs.d-8e700bfade02f06331c8eda26f3fd2cbc8355cab.tar.gz
Add mpi4py import snippet
Diffstat (limited to 'snippets/python-mode')
-rw-r--r--snippets/python-mode/mpi4py7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/mpi4py b/snippets/python-mode/mpi4py
new file mode 100644
index 0000000..80bd6b3
--- /dev/null
+++ b/snippets/python-mode/mpi4py
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: mpi5py
+# key: mpi
+# group: imports
+# --
+from mpi4py import MPI
+$0