diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-07-13 19:05:46 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-07-13 19:05:46 -0400 |
commit | a32452281dcae6856b2f59f58c98e6be89f9d4f5 (patch) | |
tree | 76b9c209385a4ee0389706f0191303e4ad3404ea /snippets/python-mode | |
parent | 4f7cce107cf77ddd36702995c83f108b374cb5c3 (diff) | |
download | emacs.d-a32452281dcae6856b2f59f58c98e6be89f9d4f5.tar.gz |
Update plotting import snippet for rename
Diffstat (limited to 'snippets/python-mode')
-rw-r--r-- | snippets/python-mode/plotting-imports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/python-mode/plotting-imports b/snippets/python-mode/plotting-imports index 6d957b3..46b986d 100644 --- a/snippets/python-mode/plotting-imports +++ b/snippets/python-mode/plotting-imports @@ -5,5 +5,5 @@ # -- import matplotlib.pyplot as plt -import pltaid +import mplutil $0 |