Skip to content

Commit f83e392

Browse files
committed
Merge pull request #7 from flebel/fix_shebang
Do not hardcode path to Python binary
2 parents 8b4e872 + 8c472a4 commit f83e392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retweet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

44
import os, ConfigParser, tweepy, inspect, hashlib

0 commit comments

Comments
 (0)