From ecb9857bda295a84d6eef8ce4209336f07046ea0 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Mon, 29 Apr 2013 18:29:34 +0300 Subject: [PATCH] imports forgotter RawDescriptor --- common/lib/xmodule/xmodule/word_cloud_module.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/lib/xmodule/xmodule/word_cloud_module.py b/common/lib/xmodule/xmodule/word_cloud_module.py index 4794918338..055232036e 100644 --- a/common/lib/xmodule/xmodule/word_cloud_module.py +++ b/common/lib/xmodule/xmodule/word_cloud_module.py @@ -11,10 +11,9 @@ import logging from lxml import etree from pkg_resources import resource_string - +from xmodule.raw_module import RawDescriptor from xmodule.x_module import XModule -from xmodule.mako_module import MakoModuleDescriptor -from xmodule.xml_module import XmlDescriptor + from xblock.core import Scope, String, Object, Boolean, List, Integer log = logging.getLogger(__name__)