diff options
author | cp1 <christopherpool1@googlemail.com> | 2009-06-11 17:43:30 +0200 |
---|---|---|
committer | cp1 <christopherpool1@googlemail.com> | 2009-06-11 17:43:30 +0200 |
commit | b7b9fb2003d54588a5b69be249f95415404fef56 (patch) | |
tree | 8fac0b02b49949f3fb6690aec1163f7a5935eb9d /Plugins/XupIn.py | |
parent | correcting false identation (tabs to spaces) (diff) | |
download | pyload-b7b9fb2003d54588a5b69be249f95415404fef56.tar.xz |
utf-8 encodung, correcting file header
Diffstat (limited to 'Plugins/XupIn.py')
-rw-r--r-- | Plugins/XupIn.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/XupIn.py b/Plugins/XupIn.py index 0f5c9a8b8..092d525c9 100644 --- a/Plugins/XupIn.py +++ b/Plugins/XupIn.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- import re from Plugin import Plugin |