summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/relay-python/relay.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/samples/relay-python/relay.py (renamed from sca-cpp/trunk/samples/relay-python/xml.py)3
1 files changed, 0 insertions, 3 deletions
diff --git a/sca-cpp/trunk/samples/relay-python/xml.py b/sca-cpp/trunk/samples/relay-python/relay.py
index 24f969d419..5fe99803c1 100644
--- a/sca-cpp/trunk/samples/relay-python/xml.py
+++ b/sca-cpp/trunk/samples/relay-python/relay.py
@@ -16,9 +16,6 @@
# under the License.
# Relay implementation
-import uuid
-import sys
-
def get(id, target):
return target.get(id)