Merge branch 'master' of github.com:MonadnockSystems/trespassed
This commit is contained in:
commit
336edc8ba5
|
@ -7,6 +7,9 @@ def delay(sec):
|
|||
return task.deferLater(reactor, sec, lambda: None)
|
||||
|
||||
|
||||
skip = True
|
||||
|
||||
|
||||
def quit(*args, **kwargs):
|
||||
"""End the Trespassed application."""
|
||||
global skip
|
||||
|
|
Loading…
Reference in New Issue