diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-02-01 11:05:14 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-02-01 11:05:14 +0100 |
commit | 404a4b6e8549f60b55ca21310ec259c7bb9c7a3f (patch) | |
tree | c96492e3667a1f0947f027994c8af3bf7f4443f6 /source | |
parent | Create a MongoDB index for each new collection. (diff) | |
download | newspipe-404a4b6e8549f60b55ca21310ec259c7bb9c7a3f.tar.gz newspipe-404a4b6e8549f60b55ca21310ec259c7bb9c7a3f.tar.bz2 newspipe-404a4b6e8549f60b55ca21310ec259c7bb9c7a3f.zip |
Updated revision date.
Diffstat (limited to 'source')
-rw-r--r-- | source/mongodb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mongodb.py b/source/mongodb.py index 23f54c4f..7d593e46 100644 --- a/source/mongodb.py +++ b/source/mongodb.py @@ -22,7 +22,7 @@ __author__ = "Cedric Bonhomme" __version__ = "$Revision: 0.6 $" __date__ = "$Date: 2012/03/03 $" -__revision__ = "$Date: 2013/01/20 $" +__revision__ = "$Date: 2013/02/01 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" |