Commit 9a671f12 by Carlos Andrés Rocha

Fix import con resposetype when importing xqueue_interface

parent 60f5314a
......@@ -36,7 +36,7 @@ from datetime import datetime
from .util import *
from lxml import etree
from lxml.html.soupparser import fromstring as fromstring_bs # uses Beautiful Soup!!! FIXME?
import capa.xqueue_interface
import capa.xqueue_interface as xqueue_interface
log = logging.getLogger(__name__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment