diff options
Diffstat (limited to 'snippets/python-mode/ordereddict')
-rw-r--r-- | snippets/python-mode/ordereddict | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/ordereddict b/snippets/python-mode/ordereddict new file mode 100644 index 0000000..e49e377 --- /dev/null +++ b/snippets/python-mode/ordereddict @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: ordereddict +# key: od +# group: imports +# -- +from collections import OrderedDict +$0
\ No newline at end of file |