diff --git a/examples/twisted/README b/examples/twisted/README new file mode 100644 index 0000000..f629313 --- /dev/null +++ b/examples/twisted/README @@ -0,0 +1 @@ +These are some examples demonstrating the use of the Twisted support in Eventlet. The maintainer of these examples, and the module, has departed, so they may or may not still work. If you find these useful, we're looking for a maintainer! :-) \ No newline at end of file diff --git a/examples/twisted_client.py b/examples/twisted/twisted_client.py similarity index 100% rename from examples/twisted_client.py rename to examples/twisted/twisted_client.py diff --git a/examples/twisted_http_proxy.py b/examples/twisted/twisted_http_proxy.py similarity index 100% rename from examples/twisted_http_proxy.py rename to examples/twisted/twisted_http_proxy.py diff --git a/examples/twisted_portforward.py b/examples/twisted/twisted_portforward.py similarity index 100% rename from examples/twisted_portforward.py rename to examples/twisted/twisted_portforward.py diff --git a/examples/twisted_server.py b/examples/twisted/twisted_server.py similarity index 100% rename from examples/twisted_server.py rename to examples/twisted/twisted_server.py diff --git a/examples/twisted_srvconnector.py b/examples/twisted/twisted_srvconnector.py similarity index 100% rename from examples/twisted_srvconnector.py rename to examples/twisted/twisted_srvconnector.py diff --git a/examples/twisted_xcap_proxy.py b/examples/twisted/twisted_xcap_proxy.py similarity index 100% rename from examples/twisted_xcap_proxy.py rename to examples/twisted/twisted_xcap_proxy.py