remove "currying" comment

There's no need for send_to_gtk to be fancier, since we have
functools.partial.
This commit is contained in:
Tom Tromey
2013-06-12 11:25:16 -06:00
parent 1214f22d6b
commit b9bd74b346

View File

@@ -28,7 +28,6 @@ import os
_event_queue = Queue.Queue()
# Some kind of currying would be nice.
def send_to_gtk(func):
_event_queue.put(func)
os.write(write_pipe, 'x')