8000 remove unused lines that break python 3.x by schwehr · Pull Request #6 · gitpython-developers/async · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

remove unused lines that break python 3.x #6

Merged
merged 1 commit into from
Apr 16, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion async/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import sys
import weakref
from time import sleep
import new


__all__ = ('PoolReader', 'Pool', 'ThreadPool')
Expand Down
2 changes: 0 additions & 2 deletions async/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
from util import ReadOnly
from channel import IteratorReader


import threading
import weakref
import sys
import new

__all__ = ('Task', 'ThreadTaskBase', 'IteratorTaskBase',
'IteratorThreadTask', 'ChannelThreadTask')
Expand Down
1 change: 0 additions & 1 deletion async/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from threading import (
Lock,
_allocate_lock,
_Condition,
_sleep,
_time,
)
Expand Down
0