From 9ba2cf6a920bff4d2c1013f342fc78e4a699fe69 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Wed, 27 Nov 2019 15:18:49 +0100 Subject: [PATCH] move bluemaestro into my pkg --- {bluemaestro => my/bluemaestro}/__init__.py | 0 {bluemaestro => my/bluemaestro}/check.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {bluemaestro => my/bluemaestro}/__init__.py (100%) rename {bluemaestro => my/bluemaestro}/check.py (100%) diff --git a/bluemaestro/__init__.py b/my/bluemaestro/__init__.py similarity index 100% rename from bluemaestro/__init__.py rename to my/bluemaestro/__init__.py diff --git a/bluemaestro/check.py b/my/bluemaestro/check.py similarity index 100% rename from bluemaestro/check.py rename to my/bluemaestro/check.py