mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 03:21:07 +00:00
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:
parent
ac936d59cf
commit
1926d4b6a0
1 changed files with 5 additions and 5 deletions
10
linkchecker
10
linkchecker
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue