Whitespace tweaks, thanks @jaraco

(cherry picked from commit 3b20efcc14)
This commit is contained in:
Jeff Forcier 2012-02-13 14:39:20 -08:00
parent 1882f3470b
commit 9b2f36fc1f
2 changed files with 12 additions and 13 deletions

View File

@ -42,7 +42,6 @@ except ImportError:
except ImportError:
pass
_AGENT_COPYDATA_ID = 0x804e50ba
_AGENT_MAX_MSGLEN = 8192
# Note: The WM_COPYDATA value is pulled from win32con, as a workaround