commit | 424e4da9f38fe8281cae370936ff266bcbeb0804 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 28 21:36:50 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 28 21:36:50 1993 +0000 |
tree | aff3b5bcea92d111fd16740e9ed7848cc7984262 | |
parent | 0efafb39da32880543cd890590a4185b05040479 [diff] [blame] |
Rot out all uses of time.milli*().
diff --git a/Demo/sgi/video/Dsend.py b/Demo/sgi/video/Dsend.py index c4ed842..da94c6f 100755 --- a/Demo/sgi/video/Dsend.py +++ b/Demo/sgi/video/Dsend.py
@@ -156,7 +156,7 @@ rv = lvi.getnextpacket() if not rv: - time.millisleep(10) + time.sleep(0.010) continue pos, data = rv