From 8e9382394524e1b8b6d233f4cba6575b7fecce21 Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Mon, 16 Sep 2024 14:32:43 +0200 Subject: Minor changes --- tropical/tropical.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tropical/tropical.py') diff --git a/tropical/tropical.py b/tropical/tropical.py index bb1e7e2..1adb66b 100755 --- a/tropical/tropical.py +++ b/tropical/tropical.py @@ -4,7 +4,7 @@ import qt.mainwindow as QtCalanus from calstate import CalState -from db import CalDB +from env import Env __VERSION__ = "0.1" @@ -13,7 +13,8 @@ __VERSION__ = "0.1" if __name__ == '__main__': - calState=CalState() - QtCalanus.StartApplication(__VERSION__,calState) + env=Env() +# calState=CalState() + # QtCalanus.StartApplication(__VERSION__,calState) #print(db.keyExists("calendars",1)) #db=CalDB("sqlite.db") -- cgit v1.2.3