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/hoster/FileshareInUa.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/hoster/FileshareInUa.py')
-rw-r--r-- | module/plugins/hoster/FileshareInUa.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/FileshareInUa.py b/module/plugins/hoster/FileshareInUa.py index bd320e008..8b5e2f545 100644 --- a/module/plugins/hoster/FileshareInUa.py +++ b/module/plugins/hoster/FileshareInUa.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import re from module.plugins.Hoster import Hoster from module.network.RequestFactory import getURL |