diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-10-14 23:34:52 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-10-14 23:34:52 -0400 |
commit | 36afc83b2679f9dc4993ff5e51ab72189a78a851 (patch) | |
tree | fedb83a0fc18e9bb18a9b4d77060c0d94d9d69dd /snippets | |
parent | 74aa9c1d6bbc7d43d66138541ef4a595be3ef699 (diff) | |
download | emacs.d-36afc83b2679f9dc4993ff5e51ab72189a78a851.tar.gz |
Use pseaborn instead of seaborn
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/python-mode/pseaborn (renamed from snippets/python-mode/seaborn) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snippets/python-mode/seaborn b/snippets/python-mode/pseaborn index bfa54da..1667078 100644 --- a/snippets/python-mode/seaborn +++ b/snippets/python-mode/pseaborn @@ -1,7 +1,7 @@ # -*- mode: snippet -*- -# name: seaborn +# name: pseaborn # key: sns # group: imports # -- -import seaborn as sns +from pseaborn import sns $0
\ No newline at end of file |