From 868c7f6c188b296453f7e34694ed567703db5317 Mon Sep 17 00:00:00 2001 From: el-gringo-alto <22480930+el-gringo-alto@users.noreply.github.com> Date: Sun, 24 Oct 2021 21:29:33 -0400 Subject: [PATCH] Revert "Fix #105 renamed src to zspotify" This reverts commit cf1b98cce35c50b232adfdbae081800b99657d9d. --- {zspotify => src}/__main__.py | 0 {zspotify => src}/album.py | 0 {zspotify => src}/app.py | 0 {zspotify => src}/const.py | 0 {zspotify => src}/playlist.py | 0 {zspotify => src}/podcast.py | 0 {zspotify => src}/track.py | 0 {zspotify => src}/utils.py | 0 {zspotify => src}/zspotify.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {zspotify => src}/__main__.py (100%) rename {zspotify => src}/album.py (100%) rename {zspotify => src}/app.py (100%) rename {zspotify => src}/const.py (100%) rename {zspotify => src}/playlist.py (100%) rename {zspotify => src}/podcast.py (100%) rename {zspotify => src}/track.py (100%) rename {zspotify => src}/utils.py (100%) rename {zspotify => src}/zspotify.py (100%) diff --git a/zspotify/__main__.py b/src/__main__.py similarity index 100% rename from zspotify/__main__.py rename to src/__main__.py diff --git a/zspotify/album.py b/src/album.py similarity index 100% rename from zspotify/album.py rename to src/album.py diff --git a/zspotify/app.py b/src/app.py similarity index 100% rename from zspotify/app.py rename to src/app.py diff --git a/zspotify/const.py b/src/const.py similarity index 100% rename from zspotify/const.py rename to src/const.py diff --git a/zspotify/playlist.py b/src/playlist.py similarity index 100% rename from zspotify/playlist.py rename to src/playlist.py diff --git a/zspotify/podcast.py b/src/podcast.py similarity index 100% rename from zspotify/podcast.py rename to src/podcast.py diff --git a/zspotify/track.py b/src/track.py similarity index 100% rename from zspotify/track.py rename to src/track.py diff --git a/zspotify/utils.py b/src/utils.py similarity index 100% rename from zspotify/utils.py rename to src/utils.py diff --git a/zspotify/zspotify.py b/src/zspotify.py similarity index 100% rename from zspotify/zspotify.py rename to src/zspotify.py