summaryrefslogtreecommitdiff
path: root/lib/git/odb/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/odb/channel.py')
-rw-r--r--lib/git/odb/channel.py1
1 files changed, 1 insertions, 0 deletions
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')