[Yt-svn] yt-commit r1448 - branches/yt-1.5/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Sep 15 11:51:02 PDT 2009


Author: mturk
Date: Tue Sep 15 11:51:02 2009
New Revision: 1448
URL: http://yt.spacepope.org/changeset/1448

Log:
The os import needed to be propagated back to 1.5



Modified:
   branches/yt-1.5/yt/funcs.py

Modified: branches/yt-1.5/yt/funcs.py
==============================================================================
--- branches/yt-1.5/yt/funcs.py	(original)
+++ branches/yt-1.5/yt/funcs.py	Tue Sep 15 11:51:02 2009
@@ -24,7 +24,7 @@
 """
 
 import time, types, signal, inspect, traceback, sys, pdb, rpdb
-import warnings
+import warnings, os
 import progressbar as pb
 from math import floor, ceil
 from yt.logger import ytLogger as mylog



More information about the yt-svn mailing list