move encoding line to top

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3024 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-02-01 18:53:43 +00:00
parent eeae239b5c
commit 99a1fc6ff6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/python2.4
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2006 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify
@ -14,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# -*- coding: iso-8859-1 -*-
"""print headers of an url"""
import httplib

View file

@ -1,4 +1,5 @@
#!/usr/bin/python2.4
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2006 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify
@ -14,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# -*- coding: iso-8859-1 -*-
def _main (args):
"""USAGE: test/run.sh test/parsefile.py test.html"""