Export to GitHub

jsonschema - issue #22

Python shebang in Modules


Posted on Jan 27, 2011 by Happy Panda

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-

Status: New

Labels:
Type-Defect Priority-Medium