| Index: tools/site_compare/drivers/win32/keyboard.py
|
| diff --git a/tools/site_compare/drivers/win32/keyboard.py b/tools/site_compare/drivers/win32/keyboard.py
|
| index e3410e1ab777fb18a641e4a14ee8e6f4a65647ce..0135c9bf3c84944fefa3d774ab2ee43d6c4e3985 100755
|
| --- a/tools/site_compare/drivers/win32/keyboard.py
|
| +++ b/tools/site_compare/drivers/win32/keyboard.py
|
| @@ -14,7 +14,7 @@ import time # for sleep
|
| import win32api # for keybd_event and VkKeyCode
|
| import win32con # Windows constants
|
|
|
| -# TODO(jhaas): Ask the readability guys if this would be acceptable:
|
| +# TODO(jhaas): Ask the readability people if this would be acceptable:
|
| #
|
| # from win32con import VK_SHIFT, VK_CONTROL, VK_MENU, VK_LWIN, KEYEVENTF_KEYUP
|
| #
|
|
|