diff --git a/CenRa_Metabase/about_form.py b/CenRa_METABASE/about_form.py similarity index 98% rename from CenRa_Metabase/about_form.py rename to CenRa_METABASE/about_form.py index bb6ffee..3aa0655 100644 --- a/CenRa_Metabase/about_form.py +++ b/CenRa_METABASE/about_form.py @@ -16,7 +16,6 @@ ABOUT_FORM_CLASS, _ = uic.loadUiType( ) ) - class MetabaseAboutDialog(QDialog, ABOUT_FORM_CLASS): """ About - Let the user display the about dialog. """