summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plotting-imports
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/plotting-imports')
-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