https://bugzilla.redhat.com/show_bug.cgi?id=1113328
--- Comment #9 from Sergio Pascual sergio.pasra@gmail.com --- (In reply to Erik Johnson from comment #7)
Also, those files with /usr/bin/env at the top are test scripts designed to be run from the command line, I believe.
But they don't have the executable permission, so they can't be run from the command line unless you do
python ioflo/app/test/example.py
and then you don't need the shebang either. Shebangs are useless in library code.
If ioflo/app/test/example.py is an example, then it should go in %doc, not in in the library.