Commit b5299c31 authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent

parent f19e5732
...@@ -114,10 +114,10 @@ def check_nsp(dist, attr, value): ...@@ -114,10 +114,10 @@ def check_nsp(dist, attr, value):
) )
parent, sep, child = nsp.rpartition('.') parent, sep, child = nsp.rpartition('.')
if parent and parent not in value: if parent and parent not in value:
distutils.log.warn( distutils.log.warn(
"WARNING: %r is declared as a package namespace, but %r" "WARNING: %r is declared as a package namespace, but %r"
" is not: please correct this in setup.py", nsp, parent " is not: please correct this in setup.py", nsp, parent
) )
def check_extras(dist, attr, value): def check_extras(dist, attr, value):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment