Revision 2f31098c
ID | 2f31098c394a4d6d54d9f137acc617eb31504e1e |
Parent | 5a3103e9 |
Child | 832aef24 |
Remove the shebang from modules
Since modules are not directly executables, remove the shebang from
them. This helps with lintian warnings.
Also make the autogenerated _autoconf.py contain two comment lines at
the beginning, like the other modules.
Reviewed-by: ultrotter
Files
- added
- modified
- copied
- renamed
- deleted
- lib
- Makefile.am (diff)
- __init__.py (diff)
- backend.py (diff)
- bdev.py (diff)
- cli.py (diff)
- cmdlib.py (diff)
- config.py (diff)
- constants.py (diff)
- errors.py (diff)
- hypervisor.py (diff)
- logger.py (diff)
- mcpu.py (diff)
- objects.py (diff)
- opcodes.py (diff)
- rpc.py (diff)
- ssconf.py (diff)
- ssh.py (diff)
- utils.py (diff)
- test