Skip to content

Commit 3342c51

Browse files
committed
fix: import set_clipboard_string and set_primary_selection from kitty.clipboard
1 parent 91366e7 commit 3342c51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

custom-hints.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
"""
99

1010
import re
11-
from kitty.utils import set_primary_selection
12-
from kitty.fast_data_types import set_clipboard_string
11+
from kitty.clipboard import (
12+
set_primary_selection,
13+
set_clipboard_string
14+
)
1315

1416
RE_PATH = (
1517
r'(?=[ \t\n]|"|\(|\[|<|\')?'

0 commit comments

Comments
 (0)