From 964a44a39323050d3e7683759a533cb07a4249b9 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 8 Mar 2021 21:52:11 +0100 Subject: [PATCH] Bugfixes --- .idea/misc.xml | 3 -- .idea/workspace.xml | 54 ++++++++++++++++--------- cpl.json | 9 ++--- src/cpl_cli/__init__.py | 25 ------------ src/cpl_cli/publish/publisher.py | 3 +- src/cpl_cli/templates/publish/setup.txt | 1 - src/tests/__init__.py | 10 ++--- src/tests/db/__init__.py | 10 ++--- 8 files changed, 50 insertions(+), 65 deletions(-) delete mode 100644 src/cpl_cli/__init__.py diff --git a/.idea/misc.xml b/.idea/misc.xml index 74c32a17..d56657ad 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,4 @@ - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7899a43d..01dddac8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,12 +22,31 @@