artefactual / automation-tools

Tools to aid automation of Archivematica and AtoM.
GNU Affero General Public License v3.0
46 stars 33 forks source link

Problem: python shebang in py modules that are not executable #55

Closed sevein closed 6 years ago

sevein commented 6 years ago

We only need to have a shebang if the script is an executable / entry point.

699b018046afba3aaac48356adfb2e2a70b2a075 introduced shebags in modules where I believe it's not needed.

> transfers/amclientargs.py:1:#!/usr/bin/env python
> transfers/defaults.py:1:#!/usr/bin/env python
> transfers/errors.py:1:#!/usr/bin/env python
> transfers/loggingconfig.py:1:#!/usr/bin/env python
> transfers/utils.py:1:#!/usr/bin/env python