aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-07-24 08:55:19 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-07-24 08:55:19 +0200
commitd86e2793406212745a7b52f5267debdb38af141b (patch)
treefeade4e0a6e36b7c16229a66d4969665e26cdeac /source
parentBetter and safe files handling with context manager. (diff)
downloadnewspipe-d86e2793406212745a7b52f5267debdb38af141b.tar.gz
newspipe-d86e2793406212745a7b52f5267debdb38af141b.tar.bz2
newspipe-d86e2793406212745a7b52f5267debdb38af141b.zip
Updated header information of utils.py
Diffstat (limited to 'source')
-rwxr-xr-xsource/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils.py b/source/utils.py
index a099d52c..1cb1af6f 100755
--- a/source/utils.py
+++ b/source/utils.py
@@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 1.4 $"
+__version__ = "$Revision: 1.5 $"
__date__ = "$Date: 2010/12/07 $"
-__revision__ = "$Date: 2013/01/20 $"
+__revision__ = "$Date: 2013/07/24 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15