Remove unused doctest call from dirs.py

This commit is contained in:
Jakob 2019-08-25 07:05:12 +02:00
parent b4d27dc4c3
commit 8269f5ab2c
1 changed files with 0 additions and 6 deletions

View File

@ -27,9 +27,3 @@ def _list_files(start_dir, cur_dir, extensions=None, relative=False):
name = entry.path
paths.append((name, entry.stat()))
return paths
if __name__ == "__main__":
import doctest
doctest.testmod()