Remove shebangs from non-executable files
ClosedPublic

Authored by lbeltrame on Mar 14 2018, 1:36 PM.

Details

Summary

These files are meant to be used as part of the import, not directly.
Therefore it makes no sense to have /usr/bin/env python calls on top.
(Other files correctly don't have shebangs)

Diff Detail

Repository
R264 KApiDox
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
lbeltrame created this revision.Mar 14 2018, 1:36 PM
Restricted Application added projects: Frameworks, Documentation. · View Herald TranscriptMar 14 2018, 1:36 PM
Restricted Application added a subscriber: Documentation. · View Herald Transcript
lbeltrame requested review of this revision.Mar 14 2018, 1:36 PM
ochurlaud accepted this revision.Mar 14 2018, 6:49 PM
This revision is now accepted and ready to land.Mar 14 2018, 6:49 PM
This revision was automatically updated to reflect the committed changes.