diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 12:12:49 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 12:12:49 +0200 |
commit | 5fcdec7aedcb92a66b1743052205f79aaf75cf7f (patch) | |
tree | e28aec4f1ac6cc58371afc80af64083c98ebf199 /module/plugins/hooks | |
parent | preparation for plugin updates (diff) | |
download | pyload-5fcdec7aedcb92a66b1743052205f79aaf75cf7f.tar.xz |
some fixes
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r-- | module/plugins/hooks/UpdateManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UpdateManager.py b/module/plugins/hooks/UpdateManager.py index 8e2c4368b..f8e65c017 100644 --- a/module/plugins/hooks/UpdateManager.py +++ b/module/plugins/hooks/UpdateManager.py @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. - @author: mkaay + @author: RaNaN @interface-version: 0.1 """ |