mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 18:57:24 -07:00
fix relative imports
This commit is contained in:
parent
ad5730c3ca
commit
babe7e3215
20 changed files with 27 additions and 27 deletions
|
@ -4,8 +4,8 @@ import time
|
|||
import traceback
|
||||
from enum import IntEnum
|
||||
|
||||
from xlib import db as lib_db
|
||||
from xlib.python import Disposable, EventListener
|
||||
from ... import db as lib_db
|
||||
from ...python import Disposable, EventListener
|
||||
|
||||
from ..PMPI import PMPI
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from collections import Iterable
|
||||
from typing import List, Union
|
||||
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Union
|
||||
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Union, List
|
||||
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Union, List
|
||||
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import numpy as np
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ from enum import IntEnum
|
|||
from pathlib import Path
|
||||
from typing import List, Union
|
||||
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Union
|
||||
|
||||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from xlib.python import EventListener
|
||||
from ...python import EventListener
|
||||
|
||||
from .CSWBase import ControlClient, ControlHost
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue