aboutsummaryrefslogtreecommitdiff
path: root/articles.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 /articles.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 'articles.py')
-rw-r--r--articles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles.py b/articles.py
index 7d983dac..cdbe689a 100644
--- a/articles.py
+++ b/articles.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
#-*- coding: utf-8 -*-
# pyAggr3g470r - A Web based news aggregator.
bgstack15