wmlunits: Psyco is a defunct project and it never supported Python 3

This commit is contained in:
Ignacio R. Morelle 2017-08-15 16:02:03 -03:00
parent 6cdfe9a7d2
commit 5a675ec25d

View file

@ -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