Added Linux shebang

This commit is contained in:
Fierelier 2019-06-08 09:56:04 +02:00
parent 726fabdea1
commit 701579cb43
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
#Preload Exception handler
import sys
def preloadExceptionHandler(exc_type, exc_value, tb):