From 833adfcd85a2e9869ab41bafedb92acb868c3a23 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 12 Aug 2015 18:16:26 -0700 Subject: [PATCH] move python client to its own subdirectory --- client/{ => python}/ponyapi.py | 0 client/{ => python}/skybot/pony.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename client/{ => python}/ponyapi.py (100%) rename client/{ => python}/skybot/pony.py (100%) diff --git a/client/ponyapi.py b/client/python/ponyapi.py similarity index 100% rename from client/ponyapi.py rename to client/python/ponyapi.py diff --git a/client/skybot/pony.py b/client/python/skybot/pony.py similarity index 100% rename from client/skybot/pony.py rename to client/python/skybot/pony.py