diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-12 11:46:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-12 11:46:11 +0200 |
commit | 417d374edc32e0c623cf802dff3bace604a78a77 (patch) | |
tree | 07cf7785622a283fee783c5923416381ffd5a18a | |
parent | add legal files (diff) | |
download | gpp-417d374edc32e0c623cf802dff3bace604a78a77.tar.gz gpp-417d374edc32e0c623cf802dff3bace604a78a77.tar.bz2 gpp-417d374edc32e0c623cf802dff3bace604a78a77.tar.xz |
do not obmit, white out the shebang line
-rwxr-xr-x | src/gpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ with open(input_file, 'rb') as file: if unshebang: if data[0][:2] == '#!': - data[:] = data[1:] + data[0] = '' def pp(line): rc = '' |