Commit e123bcd675aca7453e57a2f4707f1e0475c0d180

Authored by Alain Klotz
1 parent d5281371
Exists in dev

Changement des chemins pour les imports.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/device_controller/abstract_component/base.py
@@ -20,12 +20,13 @@ import time @@ -20,12 +20,13 @@ import time
20 # Third party imports 20 # Third party imports
21 21
22 # from sockets_tele/ 22 # from sockets_tele/
23 -sys.path.append("..") 23 +#sys.path.append("..")
24 # from src_socket/client/ 24 # from src_socket/client/
25 sys.path.append("../../..") 25 sys.path.append("../../..")
26 -sys.path.append("../../../..") 26 +# sys.path.append("../../../..")
27 #import src.core.pyros_django.utils.celme as celme 27 #import src.core.pyros_django.utils.celme as celme
28 import src.core.celme as celme 28 import src.core.celme as celme
  29 +sys.path.append("../..")
29 from device_controller.logs import * 30 from device_controller.logs import *
30 31
31 32