@@ -23,7 +23,6 @@
import errno
import itertools
import os
-import posixpath
import stat
import tempfile
import urllib2
@@ -20,7 +20,6 @@
"""Generic functions for talking the git smart server protocol."""
from cStringIO import StringIO
-import os
import socket
from dulwich.errors import (
@@ -43,6 +43,7 @@ from utils import (
run_git_or_fail,
)
+
class DulwichClientTestBase(object):
"""Tests for client/server compatibility."""
@@ -29,7 +29,6 @@ import threading
from dulwich.server import (
DictBackend,
TCPGitServer,
- ReceivePackHandler,
from server_utils import (
ServerTests,
@@ -27,7 +27,6 @@ warning: these tests should be fairly stable, but when writing/debugging new
import threading
from wsgiref import simple_server
-import dulwich
@@ -32,7 +32,6 @@ from dulwich.errors import (
from dulwich.objects import (
object_class,
Blob,
- ShaFile,
Tag,
Tree,
TreeEntry,
@@ -30,7 +30,6 @@ from dulwich.objects import (
from dulwich.repo import (
BaseRepo,
- DictRefsContainer,
MemoryRepo,