[yt-svn] commit/yt: MatthewTurk: Fixing an import problem.

Bitbucket commits-noreply at bitbucket.org
Mon Mar 26 03:23:34 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/156942ea2ee4/
changeset:   156942ea2ee4
branch:      yt
user:        MatthewTurk
date:        2012-03-26 12:23:21
summary:     Fixing an import problem.
affected #:  1 file

diff -r c08fcfa5c8b0da0f544e9c967dc5045c66a0f0db -r 156942ea2ee49b2afbac8405304a22c9d41f89a2 yt/utilities/poster/__init__.py
--- a/yt/utilities/poster/__init__.py
+++ b/yt/utilities/poster/__init__.py
@@ -26,7 +26,7 @@
 than an older version of poster.
 New in version 0.6."""
 
-import poster.streaminghttp
-import poster.encode
+import streaminghttp
+import encode
 
 version = (0, 8, 1) # Thanks JP!

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