Skip to content

Commit b2fde47

Browse files
committed
XK: fix relative import
1 parent cae10c7 commit b2fde47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xlib/XK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# as a modular keysym definition and loading mechanism. See the keysym
2121
# definition modules in the Xlib/keysymdef directory.
2222

23-
from X import NoSymbol
23+
from Xlib.X import NoSymbol
2424

2525
def string_to_keysym(keysym):
2626
'''Return the (16 bit) numeric code of keysym.

0 commit comments

Comments
 (0)