Wrap GuiStove import on try/except

This commit is contained in:
Donoban 2011-02-03 04:55:52 +01:00
parent b1f62de4e5
commit da05252b2f

View File

@ -116,7 +116,10 @@ import GuiGraphViewer
import GuiTourneyGraphViewer
import GuiSessionViewer
import GuiReplayer
import GuiStove
try:
import GuiStove
except:
print "GuiStove disabled"
import SQL
import Database
import Configuration