diff options
author | Michael Trier <mtrier@gmail.com> | 2008-05-20 09:10:39 -0400 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-05-20 09:10:39 -0400 |
commit | 207bf7bf30651c3284408d87d7c499e43db6bc83 (patch) | |
tree | ac01368786cf384abbf7da34db6ed7556b032f96 /lib/git_python/tree.py | |
parent | d7e59d3ef86beb3b3b3e53a610af122b2220841b (diff) | |
download | gitpython-207bf7bf30651c3284408d87d7c499e43db6bc83.tar.gz |
Missing os import. Thanks apollo13.
Diffstat (limited to 'lib/git_python/tree.py')
-rw-r--r-- | lib/git_python/tree.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |