From 8ee56e4ad6e2e3e25b33db3f39414dc618625d4d Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Tue, 6 Sep 2022 12:16:42 +0200 Subject: [PATCH] rename main package --- {ubuntu_smoother => sugar_cubes}/__init__.py | 0 {ubuntu_smoother => sugar_cubes}/gtk/window.ui | 0 {ubuntu_smoother => sugar_cubes}/main.py | 0 {ubuntu_smoother => sugar_cubes}/meson.build | 0 {ubuntu_smoother => sugar_cubes}/models/__init__.py | 0 {ubuntu_smoother => sugar_cubes}/models/config.py | 0 {ubuntu_smoother => sugar_cubes}/models/meson.build | 0 {ubuntu_smoother => sugar_cubes}/models/preset.py | 0 {ubuntu_smoother => sugar_cubes}/ubuntu-smoother-processor.in | 0 {ubuntu_smoother => sugar_cubes}/ubuntu-smoother.gresource.xml | 0 {ubuntu_smoother => sugar_cubes}/ubuntu-smoother.in | 0 {ubuntu_smoother => sugar_cubes}/utils/__init__.py | 0 {ubuntu_smoother => sugar_cubes}/utils/apt.py | 0 {ubuntu_smoother => sugar_cubes}/utils/checks.py | 0 {ubuntu_smoother => sugar_cubes}/utils/configurator.py | 0 {ubuntu_smoother => sugar_cubes}/utils/flatpak.py | 0 {ubuntu_smoother => sugar_cubes}/utils/meson.build | 0 {ubuntu_smoother => sugar_cubes}/utils/processor.py | 0 {ubuntu_smoother => sugar_cubes}/utils/run_async.py | 0 {ubuntu_smoother => sugar_cubes}/utils/snap.py | 0 {ubuntu_smoother => sugar_cubes}/window.py | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {ubuntu_smoother => sugar_cubes}/__init__.py (100%) rename {ubuntu_smoother => sugar_cubes}/gtk/window.ui (100%) rename {ubuntu_smoother => sugar_cubes}/main.py (100%) rename {ubuntu_smoother => sugar_cubes}/meson.build (100%) rename {ubuntu_smoother => sugar_cubes}/models/__init__.py (100%) rename {ubuntu_smoother => sugar_cubes}/models/config.py (100%) rename {ubuntu_smoother => sugar_cubes}/models/meson.build (100%) rename {ubuntu_smoother => sugar_cubes}/models/preset.py (100%) rename {ubuntu_smoother => sugar_cubes}/ubuntu-smoother-processor.in (100%) rename {ubuntu_smoother => sugar_cubes}/ubuntu-smoother.gresource.xml (100%) rename {ubuntu_smoother => sugar_cubes}/ubuntu-smoother.in (100%) rename {ubuntu_smoother => sugar_cubes}/utils/__init__.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/apt.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/checks.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/configurator.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/flatpak.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/meson.build (100%) rename {ubuntu_smoother => sugar_cubes}/utils/processor.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/run_async.py (100%) rename {ubuntu_smoother => sugar_cubes}/utils/snap.py (100%) rename {ubuntu_smoother => sugar_cubes}/window.py (100%) diff --git a/ubuntu_smoother/__init__.py b/sugar_cubes/__init__.py similarity index 100% rename from ubuntu_smoother/__init__.py rename to sugar_cubes/__init__.py diff --git a/ubuntu_smoother/gtk/window.ui b/sugar_cubes/gtk/window.ui similarity index 100% rename from ubuntu_smoother/gtk/window.ui rename to sugar_cubes/gtk/window.ui diff --git a/ubuntu_smoother/main.py b/sugar_cubes/main.py similarity index 100% rename from ubuntu_smoother/main.py rename to sugar_cubes/main.py diff --git a/ubuntu_smoother/meson.build b/sugar_cubes/meson.build similarity index 100% rename from ubuntu_smoother/meson.build rename to sugar_cubes/meson.build diff --git a/ubuntu_smoother/models/__init__.py b/sugar_cubes/models/__init__.py similarity index 100% rename from ubuntu_smoother/models/__init__.py rename to sugar_cubes/models/__init__.py diff --git a/ubuntu_smoother/models/config.py b/sugar_cubes/models/config.py similarity index 100% rename from ubuntu_smoother/models/config.py rename to sugar_cubes/models/config.py diff --git a/ubuntu_smoother/models/meson.build b/sugar_cubes/models/meson.build similarity index 100% rename from ubuntu_smoother/models/meson.build rename to sugar_cubes/models/meson.build diff --git a/ubuntu_smoother/models/preset.py b/sugar_cubes/models/preset.py similarity index 100% rename from ubuntu_smoother/models/preset.py rename to sugar_cubes/models/preset.py diff --git a/ubuntu_smoother/ubuntu-smoother-processor.in b/sugar_cubes/ubuntu-smoother-processor.in similarity index 100% rename from ubuntu_smoother/ubuntu-smoother-processor.in rename to sugar_cubes/ubuntu-smoother-processor.in diff --git a/ubuntu_smoother/ubuntu-smoother.gresource.xml b/sugar_cubes/ubuntu-smoother.gresource.xml similarity index 100% rename from ubuntu_smoother/ubuntu-smoother.gresource.xml rename to sugar_cubes/ubuntu-smoother.gresource.xml diff --git a/ubuntu_smoother/ubuntu-smoother.in b/sugar_cubes/ubuntu-smoother.in similarity index 100% rename from ubuntu_smoother/ubuntu-smoother.in rename to sugar_cubes/ubuntu-smoother.in diff --git a/ubuntu_smoother/utils/__init__.py b/sugar_cubes/utils/__init__.py similarity index 100% rename from ubuntu_smoother/utils/__init__.py rename to sugar_cubes/utils/__init__.py diff --git a/ubuntu_smoother/utils/apt.py b/sugar_cubes/utils/apt.py similarity index 100% rename from ubuntu_smoother/utils/apt.py rename to sugar_cubes/utils/apt.py diff --git a/ubuntu_smoother/utils/checks.py b/sugar_cubes/utils/checks.py similarity index 100% rename from ubuntu_smoother/utils/checks.py rename to sugar_cubes/utils/checks.py diff --git a/ubuntu_smoother/utils/configurator.py b/sugar_cubes/utils/configurator.py similarity index 100% rename from ubuntu_smoother/utils/configurator.py rename to sugar_cubes/utils/configurator.py diff --git a/ubuntu_smoother/utils/flatpak.py b/sugar_cubes/utils/flatpak.py similarity index 100% rename from ubuntu_smoother/utils/flatpak.py rename to sugar_cubes/utils/flatpak.py diff --git a/ubuntu_smoother/utils/meson.build b/sugar_cubes/utils/meson.build similarity index 100% rename from ubuntu_smoother/utils/meson.build rename to sugar_cubes/utils/meson.build diff --git a/ubuntu_smoother/utils/processor.py b/sugar_cubes/utils/processor.py similarity index 100% rename from ubuntu_smoother/utils/processor.py rename to sugar_cubes/utils/processor.py diff --git a/ubuntu_smoother/utils/run_async.py b/sugar_cubes/utils/run_async.py similarity index 100% rename from ubuntu_smoother/utils/run_async.py rename to sugar_cubes/utils/run_async.py diff --git a/ubuntu_smoother/utils/snap.py b/sugar_cubes/utils/snap.py similarity index 100% rename from ubuntu_smoother/utils/snap.py rename to sugar_cubes/utils/snap.py diff --git a/ubuntu_smoother/window.py b/sugar_cubes/window.py similarity index 100% rename from ubuntu_smoother/window.py rename to sugar_cubes/window.py