mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 22:43:54 +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.
|
Run without arguments to see usage.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Makes things faster on 32-bit systems
|
|
||||||
try:
|
|
||||||
import psyco
|
|
||||||
psyco.full()
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user