diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-01-25 15:58:07 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-01-25 15:58:07 -0800 |
| commit | bb039a83b5476ffd8738d13bceffaccd0ec3a66e (patch) | |
| tree | 59ff89f531535d29792ee12b3d3261015af35652 /examples | |
| parent | d89b4bfc5a9883857b6a68e9c4a7e6a84cc65ddc (diff) | |
| download | eventlet-bb039a83b5476ffd8738d13bceffaccd0ec3a66e.tar.gz | |
Cleaned up examples by moving twisted examples into their own subdirectory.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/twisted/README | 1 | ||||
| -rw-r--r-- | examples/twisted/twisted_client.py (renamed from examples/twisted_client.py) | 0 | ||||
| -rw-r--r-- | examples/twisted/twisted_http_proxy.py (renamed from examples/twisted_http_proxy.py) | 0 | ||||
| -rw-r--r-- | examples/twisted/twisted_portforward.py (renamed from examples/twisted_portforward.py) | 0 | ||||
| -rw-r--r-- | examples/twisted/twisted_server.py (renamed from examples/twisted_server.py) | 0 | ||||
| -rw-r--r-- | examples/twisted/twisted_srvconnector.py (renamed from examples/twisted_srvconnector.py) | 0 | ||||
| -rw-r--r-- | examples/twisted/twisted_xcap_proxy.py (renamed from examples/twisted_xcap_proxy.py) | 0 |
7 files changed, 1 insertions, 0 deletions
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 index 38061aa..38061aa 100644 --- a/examples/twisted_client.py +++ b/examples/twisted/twisted_client.py diff --git a/examples/twisted_http_proxy.py b/examples/twisted/twisted_http_proxy.py index ed2443b..ed2443b 100644 --- a/examples/twisted_http_proxy.py +++ b/examples/twisted/twisted_http_proxy.py diff --git a/examples/twisted_portforward.py b/examples/twisted/twisted_portforward.py index f4fea77..f4fea77 100644 --- a/examples/twisted_portforward.py +++ b/examples/twisted/twisted_portforward.py diff --git a/examples/twisted_server.py b/examples/twisted/twisted_server.py index 41352f1..41352f1 100644 --- a/examples/twisted_server.py +++ b/examples/twisted/twisted_server.py diff --git a/examples/twisted_srvconnector.py b/examples/twisted/twisted_srvconnector.py index 2def6fd..2def6fd 100644 --- a/examples/twisted_srvconnector.py +++ b/examples/twisted/twisted_srvconnector.py diff --git a/examples/twisted_xcap_proxy.py b/examples/twisted/twisted_xcap_proxy.py index 77073d7..77073d7 100644 --- a/examples/twisted_xcap_proxy.py +++ b/examples/twisted/twisted_xcap_proxy.py |
