CiscoDevNet / devnet-express-code-samples

Archived: This repository holds code samples for DevNet Express DNA Track
47 stars 102 forks source link

Please add #!/usr/bin/env python to top of every python file #23

Open jonathanelscpt opened 6 years ago

jonathanelscpt commented 6 years ago

Hi,

I'm working through these on Ubuntu. It's a bit painful to have to add this to the top of every file. Can the repo be updated to include this? Perhaps could be included as part of #21?

Otherwise, I don't mind putting in a pull request myself.

Regards, Jonathan

annegentle commented 6 years ago

I think we should be cautious before applying to all .py files - we can't know everyone's environment and we would need to indicate the python version as well.