()
| 125 | self.root.after(200,self.poll) |
| 126 | |
| 127 | def main(): |
| 128 | root= Tk() |
| 129 | # deltahours: how far are you from utc? |
| 130 | # someone should automatize that, but I sometimes want to display |
| 131 | # time as if I am in another timezone ... |
| 132 | clock(root,deltahours = -2) |
| 133 | if not _inidle: |
| 134 | root.mainloop() |
| 135 | |
| 136 | if __name__=='__main__': |
| 137 | main() |
no test coverage detected