[circuits/circuits] 9a89b0: style: format code with ruff

0 views
Skip to first unread message

Florian Best

unread,
Mar 27, 2024, 8:36:54 PM3/27/24
to circui...@googlegroups.com
Branch: refs/heads/pre-commit
Home: https://github.com/circuits/circuits
Commit: 9a89b0984d50c89213e421777ac084c690d2aafb
https://github.com/circuits/circuits/commit/9a89b0984d50c89213e421777ac084c690d2aafb
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M bin/circuits.bench
M bin/htpasswd
M circuits/__init__.py
M circuits/app/__init__.py
M circuits/app/daemon.py
M circuits/app/dropprivileges.py
M circuits/core/__init__.py
M circuits/core/bridge.py
M circuits/core/components.py
M circuits/core/debugger.py
M circuits/core/events.py
M circuits/core/handlers.py
M circuits/core/helpers.py
M circuits/core/loader.py
M circuits/core/manager.py
M circuits/core/pollers.py
M circuits/core/timers.py
M circuits/core/utils.py
M circuits/core/values.py
M circuits/core/workers.py
M circuits/io/__init__.py
M circuits/io/events.py
M circuits/io/file.py
M circuits/io/notify.py
M circuits/io/process.py
M circuits/io/serial.py
M circuits/net/events.py
M circuits/net/sockets.py
M circuits/net/utils.py
M circuits/node/__init__.py
M circuits/node/client.py
M circuits/node/node.py
M circuits/node/protocol.py
M circuits/node/server.py
M circuits/node/utils.py
M circuits/protocols/__init__.py
M circuits/protocols/http.py
M circuits/protocols/irc/__init__.py
M circuits/protocols/irc/commands.py
M circuits/protocols/irc/events.py
M circuits/protocols/irc/message.py
M circuits/protocols/irc/numerics.py
M circuits/protocols/irc/protocol.py
M circuits/protocols/irc/replies.py
M circuits/protocols/irc/utils.py
M circuits/protocols/line.py
M circuits/protocols/stomp/__init__.py
M circuits/protocols/stomp/client.py
M circuits/protocols/stomp/events.py
M circuits/protocols/stomp/transport.py
M circuits/protocols/websocket.py
M circuits/tools/__init__.py
M circuits/web/__init__.py
M circuits/web/_httpauth.py
M circuits/web/client.py
M circuits/web/constants.py
M circuits/web/controllers.py
M circuits/web/dispatchers/__init__.py
M circuits/web/dispatchers/dispatcher.py
M circuits/web/dispatchers/jsonrpc.py
M circuits/web/dispatchers/static.py
M circuits/web/dispatchers/virtualhosts.py
M circuits/web/dispatchers/xmlrpc.py
M circuits/web/errors.py
M circuits/web/events.py
M circuits/web/exceptions.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/loggers.py
M circuits/web/main.py
M circuits/web/parsers/http.py
M circuits/web/parsers/querystring.py
M circuits/web/processors.py
M circuits/web/servers.py
M circuits/web/sessions.py
M circuits/web/tools.py
M circuits/web/url.py
M circuits/web/utils.py
M circuits/web/websockets/client.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wrappers.py
M circuits/web/wsgi.py
M docs/check_docs.py
M docs/source/conf.py
M docs/source/examples/echoserver.py
M docs/source/examples/hello.py
M docs/source/examples/helloweb.py
M docs/source/man/examples/handler_annotation.py
M docs/source/man/examples/handler_returns.py
M docs/source/tutorials/telnet/telnet.py
M docs/source/tutorials/woof/003.py
M docs/source/tutorials/woof/004.py
M docs/source/tutorials/woof/005.py
M docs/source/tutorials/woof/006.py
M docs/source/tutorials/woof/007.py
M docs/source/tutorials/woof/008.py
M docs/source/tutorials/woof/009.py
M examples/99bottles.py
M examples/async_worker_webpage_download.py
M examples/cat.py
M examples/chatserver.py
M examples/circ.py
M examples/dirwatch.py
M examples/dnsclient.py
M examples/dnsserver.py
M examples/echoserial.py
M examples/echoserver.py
M examples/echoserverunix.py
M examples/factorial.py
M examples/factorial_multiple.py
M examples/filter.py
M examples/hello.py
M examples/hello_bridge.py
M examples/hello_multi_bridge.py
M examples/ircbot.py
M examples/ircclient.py
M examples/ircd.py
M examples/node/hello_node.py
M examples/node/increment/client.py
M examples/node/increment/client_auto_binding.py
M examples/node/increment/server.py
M examples/node/nodeserver.py
M examples/node/send_all_client/client.py
M examples/node/send_all_client/server.py
M examples/ping.py
M examples/pingpong.py
M examples/portforward.py
M examples/primitives/call.py
M examples/primitives/fire.py
M examples/primitives/wait.py
M examples/proxy.py
M examples/signals.py
M examples/stompclient.py
M examples/tail.py
M examples/telnet.py
M examples/testing/pytest/conftest.py
M examples/testing/pytest/hello.py
M examples/testing/pytest/test_hello.py
M examples/timers.py
M examples/web/acldemo.py
M examples/web/authdemo.py
M examples/web/basecontrollers.py
M examples/web/baseservers.py
M examples/web/compression.py
M examples/web/controllers.py
M examples/web/crud.py
M examples/web/fileupload.py
M examples/web/filtering.py
M examples/web/forms.py
M examples/web/httpauth.py
M examples/web/jsoncontroller.py
M examples/web/jsonrpc.py
M examples/web/jsonserializer.py
M examples/web/jsontool.py
M examples/web/makotemplates.py
M examples/web/sessions.py
M examples/web/shadowauth.py
M examples/web/singleclickandrun.py
M examples/web/ssl-forward-cert.py
M examples/web/sslserver.py
M examples/web/terminal/terminal.py
M examples/web/virtualhosts.py
M examples/web/websockets.py
M examples/web/wiki/macros/__init__.py
M examples/web/wiki/macros/html.py
M examples/web/wiki/macros/include.py
M examples/web/wiki/macros/utils.py
M examples/web/wiki/macros/wiki.py
M examples/web/wiki/setup.py
M examples/web/wiki/wiki.py
M examples/web/wsgi.py
M examples/web/wsgiapp.py
M examples/web/xmlrpc_demo.py
M examples/wget.py
M fabfile/__init__.py
M fabfile/docker.py
M fabfile/docs.py
M fabfile/help.py
M fabfile/utils.py
M setup.py
M tests/app/app.py
M tests/app/test_daemon.py
M tests/conftest.py
M tests/core/app.py
M tests/core/exitcodeapp.py
M tests/core/signalapp.py
M tests/core/test_bridge.py
M tests/core/test_call_wait.py
M tests/core/test_call_wait_instance.py
M tests/core/test_call_wait_order.py
M tests/core/test_call_wait_timeout.py
M tests/core/test_channel_selection.py
M tests/core/test_complete.py
M tests/core/test_component_repr.py
M tests/core/test_component_setup.py
M tests/core/test_component_targeting.py
M tests/core/test_core.py
M tests/core/test_coroutine.py
M tests/core/test_debugger.py
M tests/core/test_dynamic_handlers.py
M tests/core/test_errors.py
M tests/core/test_event.py
M tests/core/test_event_priority.py
M tests/core/test_exit_code.py
M tests/core/test_feedback.py
M tests/core/test_filters.py
M tests/core/test_generate_events.py
M tests/core/test_generator_value.py
M tests/core/test_globals.py
M tests/core/test_imports.py
M tests/core/test_inheritence.py
M tests/core/test_interface_query.py
M tests/core/test_loader.py
M tests/core/test_manager_repr.py
M tests/core/test_memory_leaks.py
M tests/core/test_new_filter.py
M tests/core/test_priority.py
M tests/core/test_signals.py
M tests/core/test_timers.py
M tests/core/test_utils.py
M tests/core/test_value.py
M tests/core/test_worker_process.py
M tests/core/test_worker_thread.py
M tests/io/test_file.py
M tests/io/test_notify.py
M tests/io/test_process.py
M tests/net/client.py
M tests/net/server.py
M tests/net/test_client.py
M tests/net/test_pipe.py
M tests/net/test_server.py
M tests/net/test_tcp.py
M tests/net/test_udp.py
M tests/net/test_unix.py
M tests/node/test_node.py
M tests/node/test_protocol.py
M tests/node/test_server.py
M tests/node/test_utils.py
M tests/protocols/test_irc.py
M tests/protocols/test_line.py
M tests/tools/test_tools.py
M tests/web/conftest.py
M tests/web/jsonrpclib.py
M tests/web/multipartform.py
M tests/web/test_bad_requests.py
M tests/web/test_basicauth.py
M tests/web/test_call_wait.py
M tests/web/test_client.py
M tests/web/test_conn.py
M tests/web/test_cookies.py
M tests/web/test_core.py
M tests/web/test_digestauth.py
M tests/web/test_dispatcher.py
M tests/web/test_dispatcher2.py
M tests/web/test_dispatcher3.py
M tests/web/test_disps.py
M tests/web/test_exceptions.py
M tests/web/test_expires.py
M tests/web/test_expose.py
M tests/web/test_generator.py
M tests/web/test_gzip.py
M tests/web/test_headers.py
M tests/web/test_http.py
M tests/web/test_json.py
M tests/web/test_jsonrpc.py
M tests/web/test_large_post.py
M tests/web/test_logger.py
M tests/web/test_methods.py
M tests/web/test_multipartformdata.py
M tests/web/test_null_response.py
M tests/web/test_request_failure.py
M tests/web/test_security.py
M tests/web/test_serve_download.py
M tests/web/test_serve_file.py
M tests/web/test_servers.py
M tests/web/test_sessions.py
M tests/web/test_static.py
M tests/web/test_unicode.py
M tests/web/test_utils.py
M tests/web/test_value.py
M tests/web/test_vpath_args.py
M tests/web/test_websockets.py
M tests/web/test_wsgi_application.py
M tests/web/test_wsgi_application_generator.py
M tests/web/test_wsgi_application_yield.py
M tests/web/test_wsgi_gateway.py
M tests/web/test_wsgi_gateway_errors.py
M tests/web/test_wsgi_gateway_generator.py
M tests/web/test_wsgi_gateway_multiple_apps.py
M tests/web/test_wsgi_gateway_null_response.py
M tests/web/test_wsgi_gateway_write.py
M tests/web/test_wsgi_gateway_yield.py
M tests/web/test_xmlrpc.py
M tests/web/test_yield.py
M tests/web/websocket.py

Log Message:
-----------
style: format code with ruff


Commit: 1eab0864db0b04fb39d0604af64cd3b70b073b53
https://github.com/circuits/circuits/commit/1eab0864db0b04fb39d0604af64cd3b70b073b53
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M .pre-commit-config.yaml
M pyproject.toml
M setup.cfg

Log Message:
-----------
ci(pre-commit): enable auto-formatting


Commit: 7a377e9fe607254401b4d867db25d275a85e0964
https://github.com/circuits/circuits/commit/7a377e9fe607254401b4d867db25d275a85e0964
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/app/daemon.py
M circuits/core/pollers.py
M circuits/io/notify.py
M circuits/net/sockets.py
M circuits/protocols/stomp/client.py
M circuits/web/errors.py
M examples/circ.py
M examples/ircbot.py
M examples/ircd.py
M fabfile/__init__.py
M tests/net/test_tcp.py
M tests/protocols/test_irc.py
M tests/web/test_basicauth.py
M tests/web/test_digestauth.py

Log Message:
-----------
style: format with isort from ruff


Commit: 91fcf720f8ab84e5c033784366717e70d25986b1
https://github.com/circuits/circuits/commit/91fcf720f8ab84e5c033784366717e70d25986b1
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M .pre-commit-config.yaml
M pyproject.toml
M requirements-test.txt
M setup.cfg

Log Message:
-----------
ci(pre-commit): remove isort


Compare: https://github.com/circuits/circuits/compare/9a89b0984d50%5E...91fcf720f8ab

To unsubscribe from these emails, change your notification settings at https://github.com/circuits/circuits/settings/notifications

Florian Best

unread,
Mar 27, 2024, 9:46:27 PM3/27/24
to circui...@googlegroups.com
Commit: ca3589da95b2a79616b51d26b116b9f4ef0930ab
https://github.com/circuits/circuits/commit/ca3589da95b2a79616b51d26b116b9f4ef0930ab
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M bin/circuits.bench
M circuits/__init__.py
M circuits/app/daemon.py
M circuits/core/pollers.py
M circuits/io/notify.py
M circuits/net/sockets.py
M circuits/protocols/irc/__init__.py
M circuits/protocols/stomp/client.py
M circuits/web/errors.py
M examples/circ.py
M examples/ircbot.py
M examples/ircd.py
M fabfile/__init__.py
M tests/net/test_tcp.py
M tests/protocols/test_irc.py
M tests/web/helpers.py
M tests/web/test_basicauth.py
M tests/web/test_digestauth.py

Log Message:
-----------
style: format with isort from ruff


Commit: d1df45ca7ba966f7ed87c56b7cd868672c4f1ca1
https://github.com/circuits/circuits/commit/d1df45ca7ba966f7ed87c56b7cd868672c4f1ca1
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M .pre-commit-config.yaml
M pyproject.toml
M requirements-test.txt
M setup.cfg

Log Message:
-----------
ci(pre-commit): remove isort


Commit: ad514f7c71c0b6e4d0b954fb068d6dc9e8b1852d
https://github.com/circuits/circuits/commit/ad514f7c71c0b6e4d0b954fb068d6dc9e8b1852d
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/manager.py

Log Message:
-----------
style: fix RUF023


Commit: d6fa709c360900e6f6830323ca44b05116e59551
https://github.com/circuits/circuits/commit/d6fa709c360900e6f6830323ca44b05116e59551
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/pollers.py
M circuits/web/_httpauth.py
M circuits/web/exceptions.py

Log Message:
-----------
style: fix RUF022


Commit: 95adcc71ef0d7bbce817273c0e94e246fa01eea6
https://github.com/circuits/circuits/commit/95adcc71ef0d7bbce817273c0e94e246fa01eea6
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/protocols/websocket.py
M circuits/web/tools.py
M tests/web/websocket.py

Log Message:
-----------
style: fix RUF021


Commit: b3e1469be7c7e93dd582d8999aa50f7ee49c23e5
https://github.com/circuits/circuits/commit/b3e1469be7c7e93dd582d8999aa50f7ee49c23e5
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/events.py
M circuits/core/handlers.py
M circuits/protocols/stomp/transport.py
M examples/dnsclient.py
M examples/dnsserver.py
M examples/factorial_multiple.py
M examples/ircd.py
M examples/web/crud.py
M fabfile/utils.py
M tests/io/test_process.py
M tests/web/test_core.py
M tests/web/test_large_post.py

Log Message:
-----------
style: fix RUF010


Commit: 8c1a9c57ad79ee7e67c9da083a19253140b30dd9
https://github.com/circuits/circuits/commit/8c1a9c57ad79ee7e67c9da083a19253140b30dd9
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M tests/web/websocket.py

Log Message:
-----------
style: fix TRY400


Commit: 1e92a2007d572aa6daea7559da18e3aac6717871
https://github.com/circuits/circuits/commit/1e92a2007d572aa6daea7559da18e3aac6717871
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/web/sessions.py

Log Message:
-----------
style: fix FURB180


Commit: bfdab2ab8211f18a6de4ace4775a5f264aeec980
https://github.com/circuits/circuits/commit/bfdab2ab8211f18a6de4ace4775a5f264aeec980
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M tests/web/multipartform.py

Log Message:
-----------
style: fix UP018


Commit: 53239c3c7ebb7481b987cd7a9d7ddf3700bb74b0
https://github.com/circuits/circuits/commit/53239c3c7ebb7481b987cd7a9d7ddf3700bb74b0
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/pollers.py

Log Message:
-----------
style: fix UP024


Commit: 9d69e8ec8c6fb5658236eb31dfe9de58cd86ce21
https://github.com/circuits/circuits/commit/9d69e8ec8c6fb5658236eb31dfe9de58cd86ce21
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/protocols/irc/replies.py
M circuits/web/servers.py
M circuits/web/wrappers.py
M examples/circ.py
M examples/dnsclient.py
M examples/pingpong.py
M examples/web/forms.py
M tests/web/test_websockets.py

Log Message:
-----------
style: fix UP032


Commit: e0ba69e8ce6ac32fa0c7657768c215099a9441d4
https://github.com/circuits/circuits/commit/e0ba69e8ce6ac32fa0c7657768c215099a9441d4
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M bin/circuits.bench
M bin/htpasswd
M circuits/core/components.py
M circuits/core/debugger.py
M circuits/core/events.py
M circuits/core/loader.py
M circuits/core/manager.py
M circuits/core/values.py
M circuits/core/workers.py
M circuits/net/events.py
M circuits/protocols/line.py
M circuits/protocols/stomp/client.py
M circuits/protocols/stomp/events.py
M circuits/web/client.py
M circuits/web/headers.py
M circuits/web/parsers/http.py
M circuits/web/servers.py
M circuits/web/wrappers.py
M examples/portforward.py
M pyproject.toml
M tests/core/test_value.py
M tests/web/jsonrpclib.py
M tests/web/websocket.py

Log Message:
-----------
style: fix D


Commit: 18243dbef0e1bfb9f7c4d1177c025dd398e1e24b
https://github.com/circuits/circuits/commit/18243dbef0e1bfb9f7c4d1177c025dd398e1e24b
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M pyproject.toml

Log Message:
-----------
ci(pre-commit): enable "W" rules


Commit: 31d47903a97b0f64513e8c07b83e193ec8973516
https://github.com/circuits/circuits/commit/31d47903a97b0f64513e8c07b83e193ec8973516
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/tools/__init__.py
M circuits/web/wrappers.py

Log Message:
-----------
style: fix PERF


Commit: 52cb2bd2f24734e7f901a86e0ae949cb53a11d49
https://github.com/circuits/circuits/commit/52cb2bd2f24734e7f901a86e0ae949cb53a11d49
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/values.py
M circuits/web/client.py
M circuits/web/utils.py
M circuits/web/websockets/client.py

Log Message:
-----------
style: fix C901


Commit: 23b29a9885d007c8f6a45fa0f0ce054c5a481bac
https://github.com/circuits/circuits/commit/23b29a9885d007c8f6a45fa0f0ce054c5a481bac
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/manager.py
M circuits/net/sockets.py
M circuits/protocols/http.py
M pyproject.toml
M tests/net/test_tcp.py
M tests/web/test_static.py

Log Message:
-----------
style: fix TD


Commit: c1e7a9a78635c0b1a4b6e0afa1cc1288d6dbbcde
https://github.com/circuits/circuits/commit/c1e7a9a78635c0b1a4b6e0afa1cc1288d6dbbcde
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/web/parsers/http.py

Log Message:
-----------
style: fix TID


Commit: 5ce940606a467882e9a197f46bc12614aaef6aab
https://github.com/circuits/circuits/commit/5ce940606a467882e9a197f46bc12614aaef6aab
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/web/wsgi.py

Log Message:
-----------
style: fix SLOT


Commit: 2b5e70820474880aa630f2266e6ea5857fd55118
https://github.com/circuits/circuits/commit/2b5e70820474880aa630f2266e6ea5857fd55118
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/debugger.py
M circuits/core/helpers.py
M circuits/core/manager.py
M circuits/core/pollers.py
M circuits/core/values.py
M circuits/io/file.py
M circuits/io/serial.py
M circuits/net/sockets.py
M circuits/node/node.py
M circuits/node/server.py
M circuits/protocols/stomp/client.py
M circuits/tools/__init__.py
M circuits/web/dispatchers/static.py
M circuits/web/errors.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/parsers/http.py
M circuits/web/parsers/querystring.py
M circuits/web/processors.py
M circuits/web/servers.py
M circuits/web/url.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wrappers.py
M examples/circ.py
M examples/ircclient.py
M examples/web/wiki/macros/html.py
M tests/net/test_tcp.py
M tests/web/jsonrpclib.py
M tests/web/websocket.py

Log Message:
-----------
style: fix SIM


Commit: 77aa387cae5625834afe015c6f82f2948b18ba32
https://github.com/circuits/circuits/commit/77aa387cae5625834afe015c6f82f2948b18ba32
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M circuits/core/events.py
M circuits/core/loader.py
M circuits/core/manager.py
M circuits/core/pollers.py
M circuits/core/utils.py
M circuits/core/values.py
M circuits/io/file.py
M circuits/io/process.py
M circuits/net/sockets.py
M circuits/net/utils.py
M circuits/node/server.py
M circuits/protocols/irc/utils.py
M circuits/protocols/stomp/client.py
M circuits/protocols/websocket.py
M circuits/tools/__init__.py
M circuits/web/_httpauth.py
M circuits/web/client.py
M circuits/web/controllers.py
M circuits/web/dispatchers/dispatcher.py
M circuits/web/dispatchers/static.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/main.py
M circuits/web/parsers/http.py
M circuits/web/servers.py
M circuits/web/tools.py
M circuits/web/url.py
M circuits/web/utils.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wrappers.py
M circuits/web/wsgi.py
M examples/circ.py
M examples/ircd.py
M examples/testing/pytest/conftest.py
M examples/web/acldemo.py
M examples/web/authdemo.py
M examples/web/fileupload.py
M examples/web/shadowauth.py
M examples/web/wiki/macros/include.py
M fabfile/utils.py
M tests/conftest.py
M tests/net/test_unix.py
M tests/web/jsonrpclib.py
M tests/web/test_cookies.py
M tests/web/test_servers.py
M tests/web/test_vpath_args.py
M tests/web/websocket.py

Log Message:
-----------
style: fix RET


Compare: https://github.com/circuits/circuits/compare/9a89b0984d50%5E...77aa387cae56
Reply all
Reply to author
Forward
0 new messages