png.py: Remove unused import. (nw)

This commit is contained in:
Mike Naberezny 2015-11-02 22:59:22 -08:00
parent 2bccbf6c0d
commit f76c73b917

View File

@ -152,7 +152,6 @@ try:
from itertools import imap
except ImportError:
imap = map
from itertools import starmap
import math
# http://www.python.org/doc/2.4.4/lib/module-operator.html
import operator