mirror of https://github.com/flaggo/pydu.git
remove todo from file
This commit is contained in:
parent
2a94a11187
commit
23ac909100
|
@ -5,7 +5,6 @@ import shutil
|
||||||
from .platform import WINDOWS
|
from .platform import WINDOWS
|
||||||
|
|
||||||
|
|
||||||
# todo tests and docs
|
|
||||||
def makedirs(path, mode=0o755, ignore_errors=False, exist_ok=False):
|
def makedirs(path, mode=0o755, ignore_errors=False, exist_ok=False):
|
||||||
"""
|
"""
|
||||||
Create a leaf directory and all intermediate ones.
|
Create a leaf directory and all intermediate ones.
|
||||||
|
|
Loading…
Reference in New Issue