Explorar el Código

Missing import

John Carr hace 16 años
padre
commit
8f32f90340
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dulwich/object_store.py

+ 1 - 1
dulwich/object_store.py

@@ -19,7 +19,7 @@
 from objects import (
         ShaFile,
         )
-import os
+import os, tempfile
 from pack import (
         iter_sha1, 
         load_packs,