disabled psyco

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1070 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-10-31 16:27:56 +00:00
parent ac936d59cf
commit 1926d4b6a0

View file

@ -23,11 +23,11 @@ if not hasattr(sys, 'version_info') or sys.version_info<(2, 3, 0, 'final', 0):
raise SystemExit, "This program requires Python 2.3 or later."
# try to use psyco
try:
import psyco
psyco.profile()
except ImportError:
pass
#try:
# import psyco
# psyco.profile()
#except ImportError:
# pass
import getopt, re, os, pprint, socket, linkcheck
# set default 30 seconds timeout