diff options
| author | 2014-07-14 02:27:08 +0200 | |
|---|---|---|
| committer | 2014-07-15 16:13:45 +0200 | |
| commit | 31449f9e22cf4b5ae0f147a46bcbbf6f53a098a5 (patch) | |
| tree | 63e5728b9246e76a60c9ccac0564c3a5d74126cf /module/plugins/hoster | |
| parent | Removed all @author flags + key attributes cleanup for internal & hooks plugins (diff) | |
| download | pyload-31449f9e22cf4b5ae0f147a46bcbbf6f53a098a5.tar.xz | |
Fix class definition
Diffstat (limited to 'module/plugins/hoster')
| -rw-r--r-- | module/plugins/hoster/DlFreeFr.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/plugins/hoster/DlFreeFr.py b/module/plugins/hoster/DlFreeFr.py index 5bbf48e9a..68ffd7619 100644 --- a/module/plugins/hoster/DlFreeFr.py +++ b/module/plugins/hoster/DlFreeFr.py @@ -29,7 +29,7 @@ class CustomBrowser(Browser):          return Browser.load(self, *args, **kwargs) -class AdYouLike(): +class AdYouLike:      """      Class to support adyoulike captcha service      """ | 
