Show More
@@ -155,8 +155,10 b' def clipboard_get(self):' | |||
|
155 | 155 | """ Get text from the clipboard. |
|
156 | 156 | """ |
|
157 | 157 | from ..lib.clipboard import ( |
|
158 |
osx_clipboard_get, |
|
|
159 |
|
|
|
158 | osx_clipboard_get, | |
|
159 | tkinter_clipboard_get, | |
|
160 | win32_clipboard_get, | |
|
161 | wayland_clipboard_get, | |
|
160 | 162 | ) |
|
161 | 163 | if sys.platform == 'win32': |
|
162 | 164 | chain = [win32_clipboard_get, tkinter_clipboard_get] |
General Comments 0
You need to be logged in to leave comments.
Login now