Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

Fix imports.

Changeset 5ff7c40f8793

Parent 74942e15ac0d

by Jelmer Vernooij

Changes to one file · Browse files at 5ff7c40f8793 Showing diff from parent 74942e15ac0d Diff from another changeset...

 
30
31
32
 
33
 
34
35
36
 
30
31
32
33
34
35
36
37
38
@@ -30,7 +30,9 @@
  NotTreeError,   )  from dulwich.objects import ( + Commit,   ShaFile, + Tag,   Tree,   hex_to_sha,   sha_to_hex,