1
0
Fork 0

Merge branch 'master' of github.com:MonadnockSystems/trespassed

This commit is contained in:
Shawn Nock 2017-01-14 11:44:47 -05:00
commit 336edc8ba5
1 changed files with 3 additions and 0 deletions

View File

@ -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