From b7b9fb2003d54588a5b69be249f95415404fef56 Mon Sep 17 00:00:00 2001 From: cp1 Date: Thu, 11 Jun 2009 17:43:30 +0200 Subject: utf-8 encodung, correcting file header --- module/Py_Load_File.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/Py_Load_File.py') diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index 8779a18fd..cbbc5ab6b 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + import re from download_thread import Status -- cgit v1.2.3