diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-07-24 08:55:19 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-07-24 08:55:19 +0200 |
commit | d86e2793406212745a7b52f5267debdb38af141b (patch) | |
tree | feade4e0a6e36b7c16229a66d4969665e26cdeac /source | |
parent | Better and safe files handling with context manager. (diff) | |
download | newspipe-d86e2793406212745a7b52f5267debdb38af141b.tar.gz newspipe-d86e2793406212745a7b52f5267debdb38af141b.tar.bz2 newspipe-d86e2793406212745a7b52f5267debdb38af141b.zip |
Updated header information of utils.py
Diffstat (limited to 'source')
-rwxr-xr-x | source/utils.py | 4 |
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" |