Tweaked the networking code to try and make pygame work - still not working...

This commit is contained in:
Anna Rose Wiggins 2012-04-16 00:31:42 -04:00
parent 7abef7b37d
commit e7d29696f1
3 changed files with 9 additions and 8 deletions

View file

@ -6,6 +6,7 @@
# The board is also wrapped in a mutex, even though only this thread should modify it
# if it exists.
import select
import threading
import gtpsocket