Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 29, 2011
1 parent 5828909 commit dcf5fa0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions dulwich/object_store.py
Expand Up @@ -20,19 +20,12 @@
"""Git object store interfaces and implementation.""" """Git object store interfaces and implementation."""




from cStringIO import StringIO
import errno import errno
import itertools import itertools
import os import os
import stat import stat
import tempfile import tempfile
import urllib2


from dulwich._compat import (
make_sha,
SEEK_END,
SEEK_CUR,
)
from dulwich.diff_tree import ( from dulwich.diff_tree import (
tree_changes, tree_changes,
walk_trees, walk_trees,
Expand All @@ -56,10 +49,7 @@
from dulwich.pack import ( from dulwich.pack import (
Pack, Pack,
PackData, PackData,
obj_sha,
iter_sha1, iter_sha1,
load_pack_index,
write_pack,
write_pack_header, write_pack_header,
write_pack_index_v2, write_pack_index_v2,
write_pack_object, write_pack_object,
Expand Down
1 change: 0 additions & 1 deletion dulwich/walk.py
Expand Up @@ -27,7 +27,6 @@
import collections import collections
import heapq import heapq
import itertools import itertools
import os


from dulwich._compat import ( from dulwich._compat import (
all, all,
Expand Down

0 comments on commit dcf5fa0

Please sign in to comment.