Skip to content

Commit

Permalink
Use portable shebang line for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Apr 23, 2018
1 parent 69bfb38 commit f03effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome/__main__.py
@@ -1,4 +1,4 @@
#!/usr/local/bin/python3
#!/usr/bin/env python3

import argparse
import os
Expand Down

0 comments on commit f03effb

Please sign in to comment.