File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
je_auto_control/windows/mouse Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "je_auto_control_dev" ,
8- version = "0.0.45 " ,
8+ version = "0.0.46 " ,
99 author = "JE-Chen" ,
1010 author_email = "zenmailman@gmail.com" ,
1111 description = "auto testing" ,
Original file line number Diff line number Diff line change 2121from je_auto_control .windows .core .utils .win32_vk import win32_XBUTTON2
2222from je_auto_control .windows .core .utils .win32_vk import win32_DOWN
2323from je_auto_control .windows .core .utils .win32_vk import win32_XUP
24- from je_auto_control . windows . core . utils . win32_ctype_input import windll
24+ from ctypes import windll
2525from je_auto_control .windows .core .utils .win32_ctype_input import wintypes
2626from je_auto_control .windows .core .utils .win32_vk import win32_WHEEL
2727from je_auto_control .windows .core .utils .win32_ctype_input import ctypes
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "je_auto_control" ,
8- version = "0.0.111 " ,
8+ version = "0.0.112 " ,
99 author = "JE-Chen" ,
1010 author_email = "zenmailman@gmail.com" ,
1111 description = "auto testing" ,
You can’t perform that action at this time.
0 commit comments