From bb039a83b5476ffd8738d13bceffaccd0ec3a66e Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 25 Jan 2010 15:58:07 -0800 Subject: [PATCH] Cleaned up examples by moving twisted examples into their own subdirectory. --- examples/twisted/README | 1 + examples/{ => twisted}/twisted_client.py | 0 examples/{ => twisted}/twisted_http_proxy.py | 0 examples/{ => twisted}/twisted_portforward.py | 0 examples/{ => twisted}/twisted_server.py | 0 examples/{ => twisted}/twisted_srvconnector.py | 0 examples/{ => twisted}/twisted_xcap_proxy.py | 0 7 files changed, 1 insertion(+) create mode 100644 examples/twisted/README rename examples/{ => twisted}/twisted_client.py (100%) rename examples/{ => twisted}/twisted_http_proxy.py (100%) rename examples/{ => twisted}/twisted_portforward.py (100%) rename examples/{ => twisted}/twisted_server.py (100%) rename examples/{ => twisted}/twisted_srvconnector.py (100%) rename examples/{ => twisted}/twisted_xcap_proxy.py (100%) 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