diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-05 21:50:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-05 21:50:53 +0000 |
commit | 16a298427121edeb98b76c3468316741549947da (patch) | |
tree | c03b2022fd9ae104317f5ca2d84a8a9ff618f585 /main.py | |
parent | update (diff) | |
download | faultreiber-16a298427121edeb98b76c3468316741549947da.tar.gz faultreiber-16a298427121edeb98b76c3468316741549947da.zip |
update
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ import sys from text import text import datetime import xml.etree.ElementTree +from misc import * def SigHandler_SIGINT(signum, frame): print() |