repo.or.cz
/
calfbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1 from atsampson/master
[calfbox.git]
/
background_example.py
blob
7addb7c6a455f15768df01861878383096ec712f
1
import
_cbox
2
import
time
3
while True
:
4
_cbox
.
do_cmd
(
"/on_idle"
,
None
, [])
5
time
.
sleep
(
0.1
)
6