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