summaryrefslogtreecommitdiff
path: root/lib/git/odb/channel.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-05 18:26:26 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-05 18:26:26 +0200
commit50e469109eed3a752d9a1b0297f16466ad92f8d2 (patch)
tree80781beb3ee4eee74056079332c722078ce46638 /lib/git/odb/channel.py
parent65c9fe0baa579173afa5a2d463ac198d06ef4993 (diff)
downloadgitpython-50e469109eed3a752d9a1b0297f16466ad92f8d2.tar.gz
Initial pool design added, allowing for lazy channel based evaluation of inter-dependent tasks
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 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