diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-23 16:09:15 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-23 16:09:15 +0100 |
commit | b0d53cc5fcee9c444e123d7c667a595201e5bcc5 (patch) | |
tree | 59213a24008ff5332f8ae34b1fc09b4404c58770 /module/plugins/accounts/OronCom.py | |
parent | fix filename encoding in chown/chmod (diff) | |
download | pyload-b0d53cc5fcee9c444e123d7c667a595201e5bcc5.tar.xz |
oron version increase
Diffstat (limited to 'module/plugins/accounts/OronCom.py')
-rwxr-xr-x | module/plugins/accounts/OronCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/OronCom.py b/module/plugins/accounts/OronCom.py index cab5dcd2a..793984121 100755 --- a/module/plugins/accounts/OronCom.py +++ b/module/plugins/accounts/OronCom.py @@ -23,7 +23,7 @@ from time import strptime, mktime class OronCom(Account): __name__ = "OronCom" - __version__ = "0.11" + __version__ = "0.12" __type__ = "account" __description__ = """oron.com account plugin""" __author_name__ = ("DHMH") |