summaryrefslogtreecommitdiff
path: root/tropical/tropical.py
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-09-16 15:13:37 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-09-16 15:13:37 +0200
commit2a05198441689b5f9c50dca3d0ca7b655ff990ca (patch)
treea641cc89b9547ce9941cc509243fed26df8bd07d /tropical/tropical.py
parent8e9382394524e1b8b6d233f4cba6575b7fecce21 (diff)
Minor changes
Diffstat (limited to 'tropical/tropical.py')
-rwxr-xr-xtropical/tropical.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/tropical/tropical.py b/tropical/tropical.py
index 1adb66b..774cf18 100755
--- a/tropical/tropical.py
+++ b/tropical/tropical.py
@@ -14,7 +14,6 @@ __VERSION__ = "0.1"
if __name__ == '__main__':
env=Env()
-# calState=CalState()
- # QtCalanus.StartApplication(__VERSION__,calState)
- #print(db.keyExists("calendars",1))
-#db=CalDB("sqlite.db")
+ calState=CalState()
+ QtCalanus.StartApplication(__VERSION__,calState)
+