diff options
Diffstat (limited to 'tropical/tropical.py')
| -rwxr-xr-x | tropical/tropical.py | 7 |
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) + |
