[Yt-svn] yt: Adding some imports.

hg at spacepope.org hg at spacepope.org
Thu Nov 11 07:26:42 PST 2010


hg Repository: yt
details:   yt/rev/0b749fb862e6
changeset: 3533:0b749fb862e6
user:      John Wise <jwise at astro.princeton.edu>
date:
Thu Nov 11 16:26:15 2010 +0100
description:
Adding some imports.

diffstat:

 yt/visualization/eps_writer.py |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r bf9f448289d3 -r 0b749fb862e6 yt/visualization/eps_writer.py
--- a/yt/visualization/eps_writer.py	Wed Nov 10 19:00:32 2010 -0800
+++ b/yt/visualization/eps_writer.py	Thu Nov 11 16:26:15 2010 +0100
@@ -30,6 +30,11 @@
 import numpy as na
 from matplotlib import cm
 
+from yt.utilities.definitions import \
+    x_dict, x_names, \
+    y_dict, y_names, \
+    axis_names, \
+    axis_labels
 from .plot_types import \
     VMPlot, \
     ProfilePlot



More information about the yt-svn mailing list