summaryrefslogtreecommitdiffstats
path: root/tools/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/__init__.py')
-rw-r--r--tools/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/__init__.py b/tools/__init__.py
index d97a80a..374823f 100644
--- a/tools/__init__.py
+++ b/tools/__init__.py
@@ -78,7 +78,6 @@ def rmdir(path):
return True
-@log
def subdirs(path):
"""Yield directory names under given path using os.scandir.
@@ -91,7 +90,6 @@ def subdirs(path):
yield entry.name
-@log
def subfiles(path):
"""Yield file names under given path using os.scandir.