From 115c5d920d3be415937453f28bb9959eb4837aab Mon Sep 17 00:00:00 2001 From: Worros Date: Fri, 14 Nov 2008 14:58:35 +1000 Subject: [PATCH] Text was annoying me. Turned into multiline string. --- pyfpdb/GuiGraphViewer.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index bcb7af65..29eb0833 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -30,8 +30,10 @@ try: from numpy import arange, cumsum from pylab import * except: - print "Failed to load libs for graphing, graphing will not function. Please install numpy and matplotlib if you want to use graphs." - print "This is of no consequence for other parts of the program, e.g. import and HUD are NOT affected by this problem." + print """Failed to load libs for graphing, graphing will not function. Please in + stall numpy and matplotlib if you want to use graphs.""" + print """This is of no consequence for other parts of the program, e.g. import + and HUD are NOT affected by this problem.""" import fpdb_import import fpdb_db