[yt-svn] commit/yt: MatthewTurk: Fixing dangling commands import

Bitbucket commits-noreply at bitbucket.org
Fri Dec 2 09:37:50 PST 2011


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/3472e4e892d0/
changeset:   3472e4e892d0
branch:      yt
user:        MatthewTurk
date:        2011-12-02 18:37:41
summary:     Fixing dangling commands import
affected #:  1 file

diff -r 58bfa5284cdf39f4f8a1b394a624fdef81f82efc -r 3472e4e892d030a26a8a8acfd0ba85740eedf0dd yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -329,6 +329,7 @@
     supp_path = os.path.join(os.environ["YT_DEST"], "src",
                              "yt-supplemental")
     # Now we check that the supplemental repository is checked out.
+    from mercurial import hg, ui, commands
     if not os.path.isdir(supp_path):
         print
         print "*** The yt-supplemental repository is not checked ***"

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