Removes unused imports.

main
Olivier Mangin 8 years ago
parent 7b19a9dcdd
commit 983d1892e0

@ -3,8 +3,7 @@ import re
from .p3 import urlparse from .p3 import urlparse
from .content import (check_file, check_directory, read_text_file, write_file, from .content import (check_file, check_directory, read_text_file, write_file,
system_path, check_content, content_type, get_content, system_path, check_content, copy_content)
copy_content)
from . import content from . import content

Loading…
Cancel
Save