Exemplo n.º 1
0
 def okay():
     features.set_perm('civsync.allow_sharing', 'true')
     ui.back()
     then()
Exemplo n.º 2
0
 def set_type(name):
     features.set_perm('app.joystick', name)
     ui.back()
Exemplo n.º 3
0
 def notokay():
     features.set_perm('civsync.allow_sharing', 'false')
     ui.back()
     then()
Exemplo n.º 4
0
 def set_ruleset(name):
     features.set_perm('app.ruleset', name)
     ui.back()