diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-09 18:22:41 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-09 18:22:41 +0100 |
commit | 0aaa4f998211e8c63d6b43d3a36fe7d6b561a36f (patch) | |
tree | ecd879a022d52c152cd73238eecb0a51ba51e36e /module/plugins/hooks | |
parent | fix (diff) | |
download | pyload-0aaa4f998211e8c63d6b43d3a36fe7d6b561a36f.tar.xz |
several fixes, closed #84
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r-- | module/plugins/hooks/LinuxFileEvents.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/hooks/LinuxFileEvents.py b/module/plugins/hooks/LinuxFileEvents.py index ed206866a..da1b06f13 100644 --- a/module/plugins/hooks/LinuxFileEvents.py +++ b/module/plugins/hooks/LinuxFileEvents.py @@ -31,7 +31,9 @@ class LinuxFileEvents(Hook): props['author_name'] = ("mkaay") props['author_mail'] = ("mkaay@mkaay.de") self.props = props - + + return #@TODO remove when working correctly + if not os.name == "posix": return |