mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 09:00:58 +00:00
remove -O flag from scripts
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2088 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
060d6f0b78
commit
d9dc5ac2f6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python -O
|
||||
#!/usr/bin/python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
"""check HTML pages for broken links"""
|
||||
# Copyright (C) 2000-2004 Bastian Kleineidam
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python -O
|
||||
#!/usr/bin/python
|
||||
"""setup file for the distuils module"""
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue