Removed exit() from PySnarl so it doesn't terminate Gajim on non-Windows platforms.
This commit is contained in:
parent
94f27ecffc
commit
ff8eaddf51
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue