mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
png.py: Remove unused import. (nw)
This commit is contained in:
parent
2bccbf6c0d
commit
f76c73b917
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user