apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
32 stars 43 forks source link

Add ASF license to python files; no line limit changes. #191

Closed mrutkows closed 7 years ago

mrutkows commented 7 years ago

This PR seeks to replace PR https://github.com/apache/incubator-openwhisk-package-kafka/pull/149 with only addition of ASF headers and a small number of spacing issues. No 79 char line limits changes included.

Any previous changes to account for proper use of "is, is not" for use with built-in constants True, False and None are removed. However, we should look to fix these where possible as these may be more performant and perform the correct boolean comparison that was intended.

In addition, I did not attempt to adjust string literals to have single quotes and have translatable strings have double quotes.

jberstler commented 7 years ago

Thanks @mrutkows!