URL: https://github.com/freeipa/freeipa/pull/183 Title: #183: Add __name__ == __main__ guards to setup.pys
pspacek commented: """ @tiran PEP8 errors need to be fixed first: ~~~ ./ipaclient/setup.py:28:80: E501 line too long (80 > 79 characters) ./ipalib/setup.py:28:80: E501 line too long (80 > 79 characters) ./ipaplatform/setup.py:28:80: E501 line too long (80 > 79 characters) ./ipaserver/setup.py:30:80: E501 line too long (80 > 79 characters) ./ipatests/setup.py:29:80: E501 line too long (80 > 79 characters) ~~~ Other than that, functional ACK. """ See the full comment at https://github.com/freeipa/freeipa/pull/183#issuecomment-255772205
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code