Remove numpy pypy hack

This commit is contained in:
Behdad Esfahbod 2013-08-16 16:01:13 -04:00
parent 87c8c5036f
commit cc6d338528

View File

@ -22,12 +22,6 @@ Later grown into full OpenType subsetter, supporting all standard tables.
"""
# Try running on PyPy
try:
import numpypy
except ImportError:
pass
import sys
import struct
import time