Whitespace tweaks, thanks @jaraco

This commit is contained in:
Jeff Forcier 2012-02-13 14:39:20 -08:00
parent ec2aedac71
commit 3b20efcc14
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