Commit dd1bb640 by kimth

Move stdlib import location

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