Remove obsolete Psyco dependency (#100)
This commit is contained in:
parent
beea442fce
commit
3511c05298
1 changed files with 0 additions and 7 deletions
|
|
@ -71,13 +71,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
sys.stderr.write("Scour requires at least Python 2.7 or Python 3.3+.")
|
sys.stderr.write("Scour requires at least Python 2.7 or Python 3.3+.")
|
||||||
|
|
||||||
# Import Psyco if available
|
|
||||||
try:
|
|
||||||
import psyco
|
|
||||||
psyco.full()
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
# select the most precise walltime measurement function available on the platform
|
# select the most precise walltime measurement function available on the platform
|
||||||
if sys.platform.startswith('win'):
|
if sys.platform.startswith('win'):
|
||||||
walltime = time.clock
|
walltime = time.clock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue