wmlunits: Psyco is a defunct project and it never supported Python 3
This commit is contained in:
parent
6cdfe9a7d2
commit
5a675ec25d
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue