diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 13:31:32 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 13:31:32 +0100 |
| commit | bf942a913d69eb2079f9e82888aaccf2f6222643 (patch) | |
| tree | 6b9489af08a47c52d9b61be628beb412eb7d934a /gitdb/util.py | |
| parent | b64c771bcb2ec336dd549cfe9d072340c886f3c9 (diff) | |
| download | gitdb-bf942a913d69eb2079f9e82888aaccf2f6222643.tar.gz | |
Fully removed all async dependencies
Diffstat (limited to 'gitdb/util.py')
| -rw-r--r-- | gitdb/util.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gitdb/util.py b/gitdb/util.py index 8843e8c..93ba7f0 100644 --- a/gitdb/util.py +++ b/gitdb/util.py @@ -10,7 +10,6 @@ import errno from io import StringIO -from async import ThreadPool from smmap import ( StaticWindowMapManager, SlidingWindowMapManager, @@ -43,15 +42,6 @@ except ImportError: # END own unpack_from implementation -#{ Globals - -# A pool distributing tasks, initially with zero threads, hence everything -# will be handled in the main thread -pool = ThreadPool(0) - -#} END globals - - #{ Aliases hex_to_bin = binascii.a2b_hex |
