From b7398debabebf5193303e0d9921245144d2013a6 Mon Sep 17 00:00:00 2001 From: Ray Slakinski Date: Thu, 7 Jun 2012 20:46:09 -0400 Subject: [PATCH] moving things around so I can offer this example in multiple languages --- client.py => python/client.py | 0 {helloworld => python/helloworld}/HelloWorld-remote | 0 {helloworld => python/helloworld}/HelloWorld.py | 0 {helloworld => python/helloworld}/__init__.py | 0 {helloworld => python/helloworld}/constants.py | 0 {helloworld => python/helloworld}/ttypes.py | 0 server.py => python/server.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename client.py => python/client.py (100%) rename {helloworld => python/helloworld}/HelloWorld-remote (100%) rename {helloworld => python/helloworld}/HelloWorld.py (100%) rename {helloworld => python/helloworld}/__init__.py (100%) rename {helloworld => python/helloworld}/constants.py (100%) rename {helloworld => python/helloworld}/ttypes.py (100%) rename server.py => python/server.py (100%) diff --git a/client.py b/python/client.py similarity index 100% rename from client.py rename to python/client.py diff --git a/helloworld/HelloWorld-remote b/python/helloworld/HelloWorld-remote similarity index 100% rename from helloworld/HelloWorld-remote rename to python/helloworld/HelloWorld-remote diff --git a/helloworld/HelloWorld.py b/python/helloworld/HelloWorld.py similarity index 100% rename from helloworld/HelloWorld.py rename to python/helloworld/HelloWorld.py diff --git a/helloworld/__init__.py b/python/helloworld/__init__.py similarity index 100% rename from helloworld/__init__.py rename to python/helloworld/__init__.py diff --git a/helloworld/constants.py b/python/helloworld/constants.py similarity index 100% rename from helloworld/constants.py rename to python/helloworld/constants.py diff --git a/helloworld/ttypes.py b/python/helloworld/ttypes.py similarity index 100% rename from helloworld/ttypes.py rename to python/helloworld/ttypes.py diff --git a/server.py b/python/server.py similarity index 100% rename from server.py rename to python/server.py