Explorar el Código

[update] RedisClient.py

jhao hace 6 años
padre
commit
d39d1f0c6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      proxyDB/RedisClient.py

+ 1 - 1
DB/RedisClient.py → proxyDB/RedisClient.py

@@ -12,7 +12,7 @@
 """
 __author__ = 'JHao'
 
-from Config.setting import PY3
+from config.setting import PY3
 
 from redis.connection import BlockingConnectionPool
 from redis import Redis