mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Further pleasing the pylint gods
This commit is contained in:
parent
1f7ee039ad
commit
f8e9f9c87d
14 changed files with 38 additions and 50 deletions
|
|
@ -57,10 +57,10 @@ class _GetchMacCarbon(object):
|
|||
"""
|
||||
def __init__(self):
|
||||
import Carbon
|
||||
Carbon.Evt # see if it has this (in Unix, it doesn't)
|
||||
|
||||
_ = Carbon.Evt # see if it has this (in Unix, it doesn't)
|
||||
|
||||
def __call__(self):
|
||||
import Carbon
|
||||
if Carbon.Evt.EventAvail(0x0008)[0] == 0: # 0x0008 is the keyDownMask
|
||||
return ''
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue