Browse Source

Missing import

John Carr 16 years ago
parent
commit
8f32f90340
1 changed files with 1 additions and 1 deletions
  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,