Skip to content

Commit

Permalink
wmlunits: Psyco is a defunct project and it never supported Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Aug 15, 2017
1 parent 6cdfe9a commit 5a675ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions data/tools/wmlunits
Expand Up @@ -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
Expand Down

0 comments on commit 5a675ec

Please sign in to comment.