summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/client/python/Makefile.am6
-rwxr-xr-xexamples/client/python/stream-tube-accepter.py (renamed from examples/client/python/stream-tubes.py/accepter.py)0
-rwxr-xr-xexamples/client/python/stream-tube-offerer.py (renamed from examples/client/python/stream-tubes.py/offerer.py)0
3 files changed, 4 insertions, 2 deletions
diff --git a/examples/client/python/Makefile.am b/examples/client/python/Makefile.am
index 037719093..939cb4972 100644
--- a/examples/client/python/Makefile.am
+++ b/examples/client/python/Makefile.am
@@ -6,8 +6,8 @@ EXTRA_DIST = \
text-handler.py \
file-transfer.py \
ft-handler.py \
- stream-tubes.py/offerer.py \
- stream-tubes.py/accepter.py
+ stream-tube-offerer.py \
+ stream-tube-accepter.py
installable_scripts = \
telepathy-example-python-dialler \
@@ -17,6 +17,8 @@ installable_scripts = \
telepathy-example-python-ft-handler \
telepathy-example-python-inspect-cm \
telepathy-example-python-text-handler \
+ telepathy-example-python-stream-tube-accepter \
+ telepathy-example-python-stream-tube-offerer \
$(NULL)
telepathy-example-python-%: %.py
diff --git a/examples/client/python/stream-tubes.py/accepter.py b/examples/client/python/stream-tube-accepter.py
index 0720ae7be..0720ae7be 100755
--- a/examples/client/python/stream-tubes.py/accepter.py
+++ b/examples/client/python/stream-tube-accepter.py
diff --git a/examples/client/python/stream-tubes.py/offerer.py b/examples/client/python/stream-tube-offerer.py
index 1f4309d51..1f4309d51 100755
--- a/examples/client/python/stream-tubes.py/offerer.py
+++ b/examples/client/python/stream-tube-offerer.py