1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02:00

Drop shebang line from modules (bnc#500971).

(Some did have it and some did not, this way it is consistent and they
are anyway not supposed to be executed directly.)
This commit is contained in:
Michal Cihar
2009-05-05 14:11:25 +00:00
parent 885c72af77
commit aedeea317c
9 changed files with 0 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/python
import struct, sys
class Cpio: