From a32452281dcae6856b2f59f58c98e6be89f9d4f5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 13 Jul 2014 19:05:46 -0400 Subject: Update plotting import snippet for rename --- snippets/python-mode/plotting-imports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') 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 -- cgit v1.2.3