Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove she-bang and x bit from scuba/__main__.py
This can already no longer be directly executed as a script, so there's no point in either of these. It can however, be executed as a module, e.g. $ python -m scuba, so leave the 'if __name__'... at the end of the file.
- Loading branch information