[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jun 30 09:19:37 PDT 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/477f60f5fcfc/
Changeset:   477f60f5fcfc
Branch:      stable
User:        MatthewTurk
Date:        2015-06-30 02:32:07+00:00
Summary:     Add missing import.
Affected #:  1 file

diff -r 4eb22c6d6fd905ba33785202d70e810cd76a1963 -r 477f60f5fcfc104e05d3d0af52e59470ad497fbe yt/frontends/gadget/io.py
--- a/yt/frontends/gadget/io.py
+++ b/yt/frontends/gadget/io.py
@@ -16,6 +16,7 @@
 
 import h5py
 import numpy as np
+import types
 
 from yt.frontends.owls.io import \
     IOHandlerOWLS


https://bitbucket.org/yt_analysis/yt/commits/665e2b6cdf78/
Changeset:   665e2b6cdf78
Branch:      stable
User:        MatthewTurk
Date:        2015-06-30 02:37:53+00:00
Summary:     Another missing import
Affected #:  1 file

diff -r 477f60f5fcfc104e05d3d0af52e59470ad497fbe -r 665e2b6cdf78aa7722c300a6505d1bad3c5d44a3 yt/frontends/gadget/io.py
--- a/yt/frontends/gadget/io.py
+++ b/yt/frontends/gadget/io.py
@@ -17,6 +17,7 @@
 import h5py
 import numpy as np
 import types
+import os
 
 from yt.frontends.owls.io import \
     IOHandlerOWLS

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list