Text was annoying me. Turned into multiline string.
This commit is contained in:
parent
86ba757080
commit
115c5d920d
|
@ -30,8 +30,10 @@ try:
|
||||||
from numpy import arange, cumsum
|
from numpy import arange, cumsum
|
||||||
from pylab import *
|
from pylab import *
|
||||||
except:
|
except:
|
||||||
print "Failed to load libs for graphing, graphing will not function. Please install numpy and matplotlib if you want to use graphs."
|
print """Failed to load libs for graphing, graphing will not function. Please in
|
||||||
print "This is of no consequence for other parts of the program, e.g. import and HUD are NOT affected by this problem."
|
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_import
|
||||||
import fpdb_db
|
import fpdb_db
|
||||||
|
|
Loading…
Reference in New Issue
Block a user