remove todo from file

This commit is contained in:
Prodesire 2017-12-18 22:19:53 +08:00
parent 2a94a11187
commit 23ac909100
1 changed files with 0 additions and 1 deletions

View File

@ -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.