소스 검색

Fix imports.

Jelmer Vernooij 16 년 전
부모
커밋
5ff7c40f87
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dulwich/object_store.py

+ 2 - 0
dulwich/object_store.py

@@ -30,7 +30,9 @@ from dulwich.errors import (
     NotTreeError,
     )
 from dulwich.objects import (
+    Commit,
     ShaFile,
+    Tag,
     Tree,
     hex_to_sha,
     sha_to_hex,