bpdusk / jsonschema

Automatically exported from code.google.com/p/jsonschema
0 stars 0 forks source link

Python shebang in Modules #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Grettings,

I have noticed your modules have Python shebang lines at the start 
(#!/usr/bin/env). Shebangs should only be present in executables that will be 
ran, not in modules that will being loaded.

In order to follow Fedora packaging requirements I was asked to remove these 
shebangs (see document below):

http://fedoraproject.org/wiki/PackageMaintainers/Packaging_Tricks#Remove_shebang
_from_Python_libraries

It would be great if in future releases this shebang was already removed.

Thanks
Jeffrey-

Original issue reported on code.google.com by flip...@gmail.com on 27 Jan 2011 at 6:45