diff options
Diffstat (limited to 'lib/git/odb/channel.py')
-rw-r--r-- | lib/git/odb/channel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/odb/channel.py b/lib/git/odb/channel.py index 32eef6e1..c9cbfb87 100644 --- a/lib/git/odb/channel.py +++ b/lib/git/odb/channel.py @@ -17,6 +17,7 @@ class Channel(object): Create a new channel """ __slots__ = tuple() + def __new__(cls, *args): if cls is Channel: max_items = 0 |