mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
use python 2.4
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2556 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
49a2dee338
commit
73fb25a41c
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python2.4
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2005 Bastian Kleineidam
|
||||
#
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python2.4
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2000-2003 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2005 Bastian Kleineidam
|
||||
#
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue