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:
calvin 2004-12-06 20:28:01 +00:00
parent 060d6f0b78
commit d9dc5ac2f6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -O
#!/usr/bin/python
"""setup file for the distuils module"""
# -*- coding: iso-8859-1 -*-