fix missing mime type import

This commit is contained in:
Simon Schampijer 2007-10-20 23:04:12 +02:00
parent 0c2108e187
commit 7f1450eaa4

View File

@ -29,6 +29,7 @@ from sugar.graphics.xocolor import XoColor
from sugar.graphics.roundbox import CanvasRoundBox
from sugar.datastore import datastore
from sugar import activity
from sugar import mime
# TODO: Activities should request the Journal to open objectchooser dialogs. In
# that way, we'll be able to reuse most of this code inside the Journal.