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,