From 7f1450eaa4e12865f71f65f68eb7ab408efbaeba Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Sat, 20 Oct 2007 23:04:12 +0200 Subject: [PATCH] fix missing mime type import --- lib/sugar/graphics/objectchooser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sugar/graphics/objectchooser.py b/lib/sugar/graphics/objectchooser.py index e099c3dc..9458bada 100644 --- a/lib/sugar/graphics/objectchooser.py +++ b/lib/sugar/graphics/objectchooser.py @@ -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.