From 24d98f77cd8e6385e11fe16e935041932cc7d8ec Mon Sep 17 00:00:00 2001 From: Usama Abdul Sattar Date: Tue, 30 Oct 2018 20:14:08 +0500 Subject: [PATCH] Update HiddenEye.py --- HiddenEye.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HiddenEye.py b/HiddenEye.py index 5c082a2..a0599a7 100644 --- a/HiddenEye.py +++ b/HiddenEye.py @@ -1,8 +1,8 @@ #HiddenEye by Open Source Community import multiprocessing -from Defs.Checks import * -from Defs.Configurations import * -from Defs.Actions import * +from Defs import Checks +from Defs import Configurations +from Defs import Actions