comparison bin/curvecalc @ 517:f15ffbfc5cd6

speed up curvecalc tk update to 10ms (since we recently sped up the recalcs) Ignore-this: 6acdb9b5aab226565d61116c93118b12
author drewp@bigasterisk.com
date Mon, 29 Jun 2009 04:08:43 +0000
parents 73b181155555
children f2dbb0b1fb35
comparison
equal deleted inserted replaced
516:73b181155555 517:f15ffbfc5cd6
496 skipMusic=opts.skip_music) 496 skipMusic=opts.skip_music)
497 497
498 dispatcher.send("max time",maxtime=maxtime) 498 dispatcher.send("max time",maxtime=maxtime)
499 dispatcher.send("show all") 499 dispatcher.send("show all")
500 500
501 tksupport.install(root,ms=20) 501 tksupport.install(root, ms=10)
502 log.debug("run") 502 log.debug("run")
503 prof.run(reactor.run, profile=False) 503 prof.run(reactor.run, profile=False)
504 504
505 main() 505 main()