diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-01 14:04:54 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-01 14:04:54 +0100 |
commit | d1ce1d757866c1da4c46d7de0212c391064a72cb (patch) | |
tree | 4d71f40ff3a272cd815eb6e46da672c723e31c16 /pyload/Core.py | |
parent | show progress of decrypting and link checking, added indicator in link grabber (diff) | |
download | pyload-d1ce1d757866c1da4c46d7de0212c391064a72cb.tar.xz |
Happy new year!
Diffstat (limited to 'pyload/Core.py')
-rw-r--r-- | pyload/Core.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index 2331d7412..2a08b37f7 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### -# Copyright(c) 2008-2013 pyLoad Team +# Copyright(c) 2008-2014 pyLoad Team # http://www.pyload.org # # This program is free software: you can redistribute it and/or modify @@ -167,7 +167,7 @@ class Core(object): def print_help(self): print "" - print "pyLoad v%s 2008-2013 the pyLoad Team" % CURRENT_VERSION + print "pyLoad v%s 2008-2014 the pyLoad Team" % CURRENT_VERSION print "" if sys.argv[0].endswith(".py"): print "Usage: python pyload.py [options]" |