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:
Nikos Kouremenos 2005-05-15 00:00:09 +00:00
parent afe2de643c
commit 42d0164532
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
''':' ''':'
exec python -OOtt "$0" ${1+"$@"} exec python -OOt "$0" ${1+"$@"}
' ''' ' '''
## gajim.py ## gajim.py
## ##