fix relative imports

This commit is contained in:
iperov 2021-08-26 09:08:15 +04:00
commit babe7e3215
20 changed files with 27 additions and 27 deletions

View file

@ -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