Commit 03588c09 by kimth

Move stdlib import location

parent 4468fee8
......@@ -14,6 +14,7 @@ This is used by capa_module.
from __future__ import division
from datetime import datetime
import json
import logging
import math
......@@ -30,7 +31,6 @@ from xml.sax.saxutils import unescape
import calc
from correctmap import CorrectMap
from datetime import datetime
import eia
import inputtypes
from util import contextualize_text, convert_files_to_filenames
......
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