Jelmer Vernooij 16 gadi atpakaļ
vecāks
revīzija
5ff7c40f87
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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,