I think millitimer is obsolete, now that time.sleep( arg ) does
( or tries to do if the system supports it ) the same thing if
given a floating point arg.
I think you can just add, after "import time" :
"time.millitimer = time.sleep"
This could be another example where you would like to
be able to nest an import of the builtin time within a
time.py file than adds some compatability hacks.
- Steve Majewski (804-982-0831) <sdm7g@Virginia.EDU>
- UVA Department of Molecular Physiology and Biological Physics