From 3108de3aa7c1de1a173423ada74648c6dc31eae2 Mon Sep 17 00:00:00 2001 From: taivop Date: Thu, 6 Oct 2016 10:44:15 +0200 Subject: [PATCH] move python files to their own directory --- scripts/{ => py}/deployer.py | 0 scripts/{ => py}/pyazure.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{ => py}/deployer.py (100%) rename scripts/{ => py}/pyazure.py (100%) diff --git a/scripts/deployer.py b/scripts/py/deployer.py similarity index 100% rename from scripts/deployer.py rename to scripts/py/deployer.py diff --git a/scripts/pyazure.py b/scripts/py/pyazure.py similarity index 100% rename from scripts/pyazure.py rename to scripts/py/pyazure.py