summaryrefslogtreecommitdiff
path: root/snippets/python-mode
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-07-13 19:05:46 -0400
committerKyle Meyer <kyle@kyleam.com>2014-07-13 19:05:46 -0400
commita32452281dcae6856b2f59f58c98e6be89f9d4f5 (patch)
tree76b9c209385a4ee0389706f0191303e4ad3404ea /snippets/python-mode
parent4f7cce107cf77ddd36702995c83f108b374cb5c3 (diff)
downloademacs.d-a32452281dcae6856b2f59f58c98e6be89f9d4f5.tar.gz
Update plotting import snippet for rename
Diffstat (limited to 'snippets/python-mode')
-rw-r--r--snippets/python-mode/plotting-imports2
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