Jelmer Vernooij hace 16 años
padre
commit
5ff7c40f87
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,