use the more standard import notation, closes #129

This commit is contained in:
Andrea Crotti 2016-03-28 12:44:57 +01:00
parent d9a57eec01
commit 3f3ff6f642

View file

@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: Import pyplot
# key: pl
# key: plt
# group : general
# --
import matplotlib.pyplot as pl
import matplotlib.pyplot as plt
$0