Add missing import

This commit is contained in:
Andrew Resch 2009-04-06 18:40:11 +00:00
parent 52f8d7cacf
commit dcc6654b46

View file

@ -25,6 +25,7 @@
#todo: remove useless imports.
import base64
from utils import *
import utils #todo remove the line above.