summaryrefslogtreecommitdiff
path: root/larch/fsck.py
diff options
context:
space:
mode:
Diffstat (limited to 'larch/fsck.py')
-rwxr-xr-xlarch/fsck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/larch/fsck.py b/larch/fsck.py
index 7ca0111..bbcd7a3 100755
--- a/larch/fsck.py
+++ b/larch/fsck.py
@@ -77,6 +77,7 @@ class CheckNode(WorkItem):
if not seen_already:
yield CheckNode(self.fsck, child_id)
+
class CheckForest(WorkItem):
def __init__(self, fsck):