From 207bf7bf30651c3284408d87d7c499e43db6bc83 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Tue, 20 May 2008 09:10:39 -0400 Subject: Missing os import. Thanks apollo13. --- lib/git_python/tree.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/git_python/tree.py') diff --git a/lib/git_python/tree.py b/lib/git_python/tree.py index e1afc7ff..c459bb43 100644 --- a/lib/git_python/tree.py +++ b/lib/git_python/tree.py @@ -1,3 +1,4 @@ +import os from lazy import LazyMixin import blob -- cgit v1.2.1