mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 22:45:28 +00:00
wmlunits: Psyco is a defunct project and it never supported Python 3
This commit is contained in:
parent
6cdfe9a7d2
commit
5a675ec25d
@ -6,13 +6,6 @@ wmlunits -- tool to output information on all units in HTML
|
||||
Run without arguments to see usage.
|
||||
"""
|
||||
|
||||
# Makes things faster on 32-bit systems
|
||||
try:
|
||||
import psyco
|
||||
psyco.full()
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import shutil
|
||||
|
Loading…
x
Reference in New Issue
Block a user