From 3ee163b4cc20a7e9db0745d760acdd515084caa6 Mon Sep 17 00:00:00 2001 From: Kanad Nemade Date: Mon, 24 May 2021 18:43:26 +0530 Subject: [PATCH] Fixed name 're' is not defined. --- thirdparty/ansistrm/ansistrm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/ansistrm/ansistrm.py b/thirdparty/ansistrm/ansistrm.py index a623dad8b..f4613d27c 100644 --- a/thirdparty/ansistrm/ansistrm.py +++ b/thirdparty/ansistrm/ansistrm.py @@ -5,6 +5,7 @@ import logging import sys +import re from lib.core.settings import IS_WIN