35,39c35
< from os.path import basename
< from os.path import isdir, join as joinpath
< from os.path import exists
< from os.path import isdir
< from os.path import isfile
---
> from os.path import basename, exists, isdir, isfile, join as joinpath