From 7284224d58773be6da3c569be3d54ac3b2646661 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 06 七月 2023 11:16:08 +0800
Subject: [PATCH] 更改包结构/动态引入windows平台依赖的相关包

---
 code_attribute/gpcode_manager.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/gpcode_manager.py b/code_attribute/gpcode_manager.py
similarity index 99%
rename from gpcode_manager.py
rename to code_attribute/gpcode_manager.py
index 2779d2a..d699ad4 100644
--- a/gpcode_manager.py
+++ b/code_attribute/gpcode_manager.py
@@ -2,16 +2,14 @@
 鑲$エ浠g爜绠$悊鍣�
 """
 import json
-import random
 import time
 
-import client_manager
 import constant
 from db import redis_manager
-import tool
+from utils import tool
 import decimal
 
-from ths import l2_listen_pos_health_manager
+from ths import l2_listen_pos_health_manager, client_manager
 
 __redisManager = redis_manager.RedisManager(0)
 

--
Gitblit v1.8.0