[Yt-svn] commit/yt: MatthewTurk: Fixing the rocket import and updating the yt-project location for the pastebin.

Bitbucket commits-noreply at bitbucket.org
Thu Sep 1 13:08:05 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/7cfe3fa38d45/
changeset:   7cfe3fa38d45
branch:      yt
user:        MatthewTurk
date:        2011-09-01 22:07:42
summary:     Fixing the rocket import and updating the yt-project location for the pastebin.
affected #:  2 files (16 bytes)

--- a/scripts/yt_lodgeit.py	Thu Sep 01 13:25:48 2011 -0600
+++ b/scripts/yt_lodgeit.py	Thu Sep 01 16:07:42 2011 -0400
@@ -4,8 +4,8 @@
     LodgeIt!
     ~~~~~~~~
 
-    A script that pastes stuff into the enzotools pastebin on
-    paste.enztools.org.
+    A script that pastes stuff into the yt-project pastebin on
+    paste.yt-project.org.
 
     Modified (very, very slightly) from the original script by the authors
     below.


--- a/yt/gui/reason/bottle_mods.py	Thu Sep 01 13:25:48 2011 -0600
+++ b/yt/gui/reason/bottle_mods.py	Thu Sep 01 16:07:42 2011 -0400
@@ -99,7 +99,7 @@
 class YTRocketServer(ServerAdapter):
     server_info = {} # Hack to get back at instance vars
     def run(self, handler):
-        from rocket import Rocket
+        from yt.utilities.rocket import Rocket
         server = Rocket((self.host, self.port), 'wsgi', { 'wsgi_app' : handler })
         self.server_info[id(self)] = server
         server.start()

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