Forgot to move a related import in 050b05e5.

This commit is contained in:
yenatch 2016-04-10 19:23:29 -04:00
parent 050b05e5ce
commit 2ae1ae2f19
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import operator
from gfx import *
from pokemon_constants import pokemon_constants
import trainers

View File

@ -5,6 +5,7 @@ import sys
import png
from math import sqrt, floor, ceil
import argparse
import operator
import configuration
config = configuration.Config()