aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/crawler.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-13 15:36:04 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-13 15:36:04 +0200
commit87c476402aaa8c04f8a69baa10702ecfff720a77 (patch)
treeed7f933ef124b7dc9d975991c5c3ffc16f0a0fa6 /pyaggr3g470r/crawler.py
parentPerformance improvement for the crawler (database insertion step). (diff)
downloadnewspipe-87c476402aaa8c04f8a69baa10702ecfff720a77.tar.gz
newspipe-87c476402aaa8c04f8a69baa10702ecfff720a77.tar.bz2
newspipe-87c476402aaa8c04f8a69baa10702ecfff720a77.zip
Update headers tags.
Diffstat (limited to 'pyaggr3g470r/crawler.py')
-rw-r--r--pyaggr3g470r/crawler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/crawler.py b/pyaggr3g470r/crawler.py
index c3978413..af0597a1 100644
--- a/pyaggr3g470r/crawler.py
+++ b/pyaggr3g470r/crawler.py
@@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 2.1 $"
+__version__ = "$Revision: 2.2 $"
__date__ = "$Date: 2010/09/02 $"
-__revision__ = "$Date: 2014/04/13 $"
+__revision__ = "$Date: 2014/07/13 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "AGPLv3"
bgstack15