summaryrefslogtreecommitdiff
path: root/pokemontools/gfx.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-04-10 19:23:29 -0400
committeryenatch <yenatch@gmail.com>2016-04-10 19:23:29 -0400
commit2ae1ae2f19c842da965cd3db1b0da8bf108ac235 (patch)
tree297b734bc1453b9660d72b934299335290b23134 /pokemontools/gfx.py
parent050b05e5cec12d76b722c6a0fc84d80abd8dec5e (diff)
Forgot to move a related import in 050b05e5.
Diffstat (limited to 'pokemontools/gfx.py')
-rw-r--r--pokemontools/gfx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/gfx.py b/pokemontools/gfx.py
index 3f90d0f..a728de1 100644
--- a/pokemontools/gfx.py
+++ b/pokemontools/gfx.py
@@ -5,6 +5,7 @@ import sys
import png
from math import sqrt, floor, ceil
import argparse
+import operator
import configuration
config = configuration.Config()