Wrap GuiStove import on try/except
This commit is contained in:
parent
b1f62de4e5
commit
da05252b2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user