summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-02 18:17:54 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-02 18:17:54 +0100
commit9f61c6612b45bd2419d371e4a00eb30e657ef011 (patch)
tree0ad6d82136d11e6b29287a8cd127b5df43fe5fbf /pyLoadCore.py
parentnew configManager for multi user configs (diff)
downloadpyload-9f61c6612b45bd2419d371e4a00eb30e657ef011.tar.xz
Happy new year commit
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 4e249e22f..8f939b861 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
- Copyright(c) 2008-2012 pyLoad Team
+ Copyright(c) 2008-2013 pyLoad Team
http://www.pyload.org
This program is free software: you can redistribute it and/or modify
@@ -162,7 +162,7 @@ class Core(object):
def print_help(self):
print ""
- print "pyLoad v%s 2008-2012 the pyLoad Team" % CURRENT_VERSION
+ print "pyLoad v%s 2008-2013 the pyLoad Team" % CURRENT_VERSION
print ""
if sys.argv[0].endswith(".py"):
print "Usage: python pyLoadCore.py [options]"