Skip to content

Commit

Permalink
Remove extraneous import from #77
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jun 24, 2016
1 parent f33deb3 commit b845dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/wdb/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def u(s):

if sys.platform == 'win32' and has_winapi:
from _winapi import WAIT_OBJECT_0, WAIT_TIMEOUT, INFINITE
import _winapi

try:
from _winapi import WAIT_ABANDONED_0
except ImportError:
Expand Down

0 comments on commit b845dac

Please sign in to comment.