Move xqueue_interface to lib/capa

This commit is contained in:
kimth
2012-08-03 15:32:02 -04:00
parent af22761778
commit c25eded4fc
2 changed files with 1 additions and 1 deletions

View File

@@ -22,10 +22,10 @@ import abc
# specific library imports
from calc import evaluator, UndefinedVariable
from correctmap import CorrectMap
from courseware import xqueue_interface
from util import *
from lxml import etree
from lxml.html.soupparser import fromstring as fromstring_bs # uses Beautiful Soup!!! FIXME?
import xqueue_interface
log = logging.getLogger('mitx.' + __name__)