Skip to content

Commit 82ac284

Browse files
Import ev relatively.
1 parent c3902c8 commit 82ac284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import ctypes
3737
import os
3838

39-
from uinput.ev import *
39+
from .ev import *
4040

4141
_UINPUT_MAX_NAME_SIZE = 80
4242
_ABS_CNT = ABS_MAX[1] + 1

0 commit comments

Comments
 (0)