|
@@ -28,9 +28,7 @@ Documentation/technical directory in the cgit distribution, and in particular:
|
|
|
|
|
|
import collections
|
|
import collections
|
|
from cStringIO import StringIO
|
|
from cStringIO import StringIO
|
|
-import socket
|
|
|
|
import SocketServer
|
|
import SocketServer
|
|
-import zlib
|
|
|
|
|
|
|
|
from dulwich.errors import (
|
|
from dulwich.errors import (
|
|
ApplyDeltaError,
|
|
ApplyDeltaError,
|
|
@@ -46,7 +44,6 @@ from dulwich.objects import (
|
|
)
|
|
)
|
|
from dulwich.protocol import (
|
|
from dulwich.protocol import (
|
|
ProtocolFile,
|
|
ProtocolFile,
|
|
- Protocol,
|
|
|
|
ReceivableProtocol,
|
|
ReceivableProtocol,
|
|
TCP_GIT_PORT,
|
|
TCP_GIT_PORT,
|
|
ZERO_SHA,
|
|
ZERO_SHA,
|