diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-04-11 12:24:27 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-11 12:24:27 +0200 |
commit | 5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5 (patch) | |
tree | cd3f31f108d529dcacc30caf2712fa395297cb08 /module/plugins/hooks/Captcha9kw.py | |
parent | Remove shebang #!/usr/bin/env python (diff) | |
download | pyload-5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5.tar.xz |
Fix header # -*- coding: utf-8 -*-
Merges vuolter/pyload@aa7b3f9
Diffstat (limited to 'module/plugins/hooks/Captcha9kw.py')
-rwxr-xr-x | module/plugins/hooks/Captcha9kw.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py index 1d7df86ed..c86f92972 100755 --- a/module/plugins/hooks/Captcha9kw.py +++ b/module/plugins/hooks/Captcha9kw.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + """ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |