We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5f719 commit f037ed8Copy full SHA for f037ed8
winforms/src/toga_winforms/command.py
@@ -3,8 +3,8 @@
3
from System.ComponentModel import InvalidEnumArgumentException
4
5
from toga import Command as StandardCommand, Group, Key
6
+from toga.handlers import WeakrefCallable
7
from toga_winforms.keys import toga_to_winforms_key, toga_to_winforms_shortcut
-from toga_winforms.libs.wrapper import WeakrefCallable
8
9
10
class Command:
0 commit comments