mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor style updates
This commit is contained in:
parent
d3d54a965b
commit
ad1266a080
14 changed files with 25 additions and 38 deletions
|
|
@ -16,7 +16,7 @@ class _Getch(object):
|
|||
except ImportError:
|
||||
try:
|
||||
self.impl = _GetchMacCarbon()
|
||||
except(AttributeError, ImportError):
|
||||
except (AttributeError, ImportError):
|
||||
self.impl = _GetchUnix()
|
||||
|
||||
def __call__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue