diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-07-03 23:18:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-07-03 23:18:59 -0400 |
commit | 24b986ca4e8eda852080d5e469d3639b119d8623 (patch) | |
tree | a525c9bb782d84ddb9b67b44183edcbabee95f5b /snippets/python-mode/pymc | |
parent | 4275371df5f1f1607db398345fa1120ce58fec6f (diff) | |
download | emacs.d-24b986ca4e8eda852080d5e469d3639b119d8623.tar.gz |
Update pymc import in snippets
Diffstat (limited to 'snippets/python-mode/pymc')
-rw-r--r-- | snippets/python-mode/pymc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/python-mode/pymc b/snippets/python-mode/pymc index c4a6a62..1fc9900 100644 --- a/snippets/python-mode/pymc +++ b/snippets/python-mode/pymc @@ -2,5 +2,5 @@ # key: pm # group: imports # -- -import pymc as pm +import pymc3 as pm $0 |