summaryrefslogtreecommitdiff
path: root/kvmd/plugins/hid/otg/device.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-11-04 10:52:00 +0300
committerDevaev Maxim <[email protected]>2020-11-04 10:52:00 +0300
commit3386c66278cc5f2da0133249a1d12a26f05d51b5 (patch)
treede3757dbdef497c339ecf382e01bd0716a761086 /kvmd/plugins/hid/otg/device.py
parentc31115051cb17a650e6d42e3e5cbfe05de809760 (diff)
refactoring
Diffstat (limited to 'kvmd/plugins/hid/otg/device.py')
-rw-r--r--kvmd/plugins/hid/otg/device.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/kvmd/plugins/hid/otg/device.py b/kvmd/plugins/hid/otg/device.py
index 43d324b1..7d25597b 100644
--- a/kvmd/plugins/hid/otg/device.py
+++ b/kvmd/plugins/hid/otg/device.py
@@ -36,13 +36,10 @@ from .... import aiomulti
from .... import aioproc
from .usb import UsbDeviceController
+from .events import BaseEvent
# =====
-class BaseEvent:
- pass
-
-
class BaseDeviceProcess(multiprocessing.Process): # pylint: disable=too-many-instance-attributes
def __init__( # pylint: disable=too-many-arguments
self,