mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Some fixes for update
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
from gui.popups import *
|
from gui.popups.popups import *
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
from kivy.uix.screenmanager import Screen
|
from kivy.uix.popup import Popup
|
||||||
from kivy.lang import Builder
|
from kivy.lang import Builder
|
||||||
|
|
||||||
|
|
||||||
class HomeScreen(Screen):
|
class ThisPopup(Popup):
|
||||||
def start(self):
|
def start(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user