From 335e32421320f803512f5473ea635118e3b3cba0 Mon Sep 17 00:00:00 2001 From: xiyangxixian <2554758802@qq.com> Date: Mon, 10 Dec 2018 11:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/common.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/common.py b/core/common.py index 09f3e07..764ac84 100644 --- a/core/common.py +++ b/core/common.py @@ -9,16 +9,12 @@ import json import uuid import codecs -import base64 import platform import subprocess import webbrowser import tempfile -from collections import OrderedDict - - -from Crypto.Cipher import AES +from collections import OrderedDict from config import TMP_DIR from config import SOAR_ARGS