diff options
author | cedricbonhomme <devnull@localhost> | 2012-03-03 11:57:14 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-03-03 11:57:14 +0100 |
commit | 96b2bd95da11e40c974f2d1cdfe262ad2b36b54b (patch) | |
tree | 400b36d3b6c8c5050ef96c835fc741d8a67a913e /articles.py | |
parent | Added initial MongoDB functions. (diff) | |
download | newspipe-96b2bd95da11e40c974f2d1cdfe262ad2b36b54b.tar.gz newspipe-96b2bd95da11e40c974f2d1cdfe262ad2b36b54b.tar.bz2 newspipe-96b2bd95da11e40c974f2d1cdfe262ad2b36b54b.zip |
Draft of the MongoDB implementation.
Diffstat (limited to 'articles.py')
-rw-r--r-- | articles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles.py b/articles.py index c0c4310f..7dc03684 100644 --- a/articles.py +++ b/articles.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # pyAggr3g470r - A Web based news aggregator. -# Copyright (C) 2010 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2012 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/pyaggr3g470r/ # |