googlearchive / pywebsocket

WebSocket server and extension for Apache HTTP Server for testing
BSD 3-Clause "New" or "Revised" License
309 stars 148 forks source link

PEP-8/0257 cleanup... #143

Closed canardleteer closed 8 years ago

canardleteer commented 9 years ago

Just cleaning up docstrings while I read through the library. Very partial (but the library is big), but I'm up for doing more if this gets merged.

tyoshino commented 9 years ago

Thanks for the clean up. Finished reviewing a7963c3944d1979e845c866613c9d58892d017f2. Confirmed that you've signed CLA.

canardleteer commented 9 years ago

Thanks for catching the overzealous stripping of blank lines around args. I prefer it with extra space as well.

tyoshino commented 8 years ago

Ran python test/run_all.py --log_level debug -- -v. OK.

Merged as 9882bb17499de03238949b56f2a086cf7d654a7c. Thanks