diff --git a/data/tools/wmlunits b/data/tools/wmlunits index 2e96ddde2c6..14d8017d7d7 100755 --- a/data/tools/wmlunits +++ b/data/tools/wmlunits @@ -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