aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-06-20 22:12:09 +0200
committercedricbonhomme <devnull@localhost>2011-06-20 22:12:09 +0200
commit312da3574ef69b579840465fe2587eba3c0c09f1 (patch)
tree28ffab467619e2036614a790d12731744a46bd07 /utils.py
parentPerformance improvement (removed useless call to BeautifulSoup HTML sanitizer. (diff)
downloadnewspipe-312da3574ef69b579840465fe2587eba3c0c09f1.tar.gz
newspipe-312da3574ef69b579840465fe2587eba3c0c09f1.tar.bz2
newspipe-312da3574ef69b579840465fe2587eba3c0c09f1.zip
Added control file to start/stop pyAggr3g470r.
Diffstat (limited to 'utils.py')
-rwxr-xr-xutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index dfcad598..74519161 100755
--- a/utils.py
+++ b/utils.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
#-*- coding: utf-8 -*-
# pyAggr3g470r - A Web based news aggregator.
bgstack15