Chris Lasher wrote: > Should a Python module not intended to be executed have shebang/ > hashbang (e.g., "#!/usr/bin/env python") or not? I'm used to having a > shebang in every .py file but I recently heard someone argue that > shebangs were only appropriate for Python code intended to be > executable (i.e., run from the command line).
Personally I include it in all of them, as part of boilerplate in a template. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list