Skip to content
Snippets Groups Projects
Commit ff8eaddf authored by Mateusz Biliński's avatar Mateusz Biliński
Browse files

Removed exit() from PySnarl so it doesn't terminate Gajim on non-Windows platforms.

parent 94f27ecf
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ be converted to ASCII."""
sys.stderr.write("You need to have either"+
" ctypes or pywin32 installed.\n")
sys.stderr.flush()
sys.exit(2)
#sys.exit(2)
myWin32Funcs = Win32Funcs()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment