purcell / airspeed

A lightweight Python template engine compatible with Velocity, used in OpenStack
Other
91 stars 37 forks source link

Remove shebang & execute bit from __init__.py #53

Closed musicinmybrain closed 3 years ago

musicinmybrain commented 3 years ago

There is no script-like content (“if __name__ == '__main__'”, etc.) and no apparent reason to execute it as a script rather than importing it.

purcell commented 3 years ago

Makes sense, thanks.