failing is bad. some of the modules we depend may mix tabs and spaces [in olders versions fact they do] and still work. issue a warning that is for devs anyways
This commit is contained in:
parent
afe2de643c
commit
42d0164532
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
''':'
|
||||
exec python -OOtt "$0" ${1+"$@"}
|
||||
exec python -OOt "$0" ${1+"$@"}
|
||||
' '''
|
||||
## gajim.py
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue