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