We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0c2fc commit 8430529Copy full SHA for 8430529
lib/git/lazy.py renamed to lib/git/base.py
lib/git/commit.py
@@ -8,7 +8,7 @@
8
import time
9
10
from actor import Actor
11
-from lazy import LazyMixin
+from base import LazyMixin
12
from tree import Tree
13
import diff
14
import stats
lib/git/tree.py
@@ -5,7 +5,7 @@
5
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
6
7
import os
import blob
class Tree(LazyMixin):
0 commit comments