[Yt-svn] yt-commit r1020 - branches/yt-1.0/yt/raven

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Dec 17 11:03:29 PST 2008


Author: mturk
Date: Wed Dec 17 11:03:28 2008
New Revision: 1020
URL: http://yt.spacepope.org/changeset/1020

Log:
Backporting r1019 from trunk.



Modified:
   branches/yt-1.0/yt/raven/__init__.py

Modified: branches/yt-1.0/yt/raven/__init__.py
==============================================================================
--- branches/yt-1.0/yt/raven/__init__.py	(original)
+++ branches/yt-1.0/yt/raven/__init__.py	Wed Dec 17 11:03:28 2008
@@ -35,7 +35,8 @@
 try:
     import deliveration
 except:
-    mylog.debug("Deliverator import failed; all deliverator actions will fail!")
+    #mylog.debug("Deliverator import failed; all deliverator actions will fail!")
+    pass
 
 import matplotlib.image
 import matplotlib.ticker



More information about the yt-svn mailing list