From 65c9fe0baa579173afa5a2d463ac198d06ef4993 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Jun 2010 16:07:19 +0200 Subject: A code donation: Donating a worker thread implementation inclduding tests to Git-Python. I have the feeling it can do much good here :) --- lib/git/odb/channel.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/git/odb/channel.py') diff --git a/lib/git/odb/channel.py b/lib/git/odb/channel.py index f6469d42..32eef6e1 100644 --- a/lib/git/odb/channel.py +++ b/lib/git/odb/channel.py @@ -30,6 +30,7 @@ class Channel(object): # END constructor mode return object.__new__(cls) + class WChannel(Channel): """The write end of a channel""" __slots__ = ('_closed', '_queue') -- cgit v1.2.1