diff --git a/biogascontrollerapp/gui/PopupManager.py b/biogascontrollerapp/gui/PopupManager.py index adc546c..a2fbd42 100644 --- a/biogascontrollerapp/gui/PopupManager.py +++ b/biogascontrollerapp/gui/PopupManager.py @@ -1,3 +1,3 @@ -from gui.popups import * +from gui.popups.popups import * diff --git a/biogascontrollerapp/gui/popups/popups.py b/biogascontrollerapp/gui/popups/popups.py index 5971a70..d2728ce 100644 --- a/biogascontrollerapp/gui/popups/popups.py +++ b/biogascontrollerapp/gui/popups/popups.py @@ -1,8 +1,8 @@ -from kivy.uix.screenmanager import Screen +from kivy.uix.popup import Popup from kivy.lang import Builder -class HomeScreen(Screen): +class ThisPopup(Popup): def start(self): pass