summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/al/alwatch.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-07 10:23:49 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-07 10:23:49 (GMT)
commit50519c619057a91ddeda18eb105b29bab4810ed9 (patch)
treea1a598d0bdfec5ae842abb256d060b34ba4e6330 /Demo/sgi/al/alwatch.py
parent46e4b07a8120ca0a09a03c7fceaa6f914acf47d5 (diff)
downloadcpython-50519c619057a91ddeda18eb105b29bab4810ed9.zip
cpython-50519c619057a91ddeda18eb105b29bab4810ed9.tar.gz
cpython-50519c619057a91ddeda18eb105b29bab4810ed9.tar.bz2
micro changes
Diffstat (limited to 'Demo/sgi/al/alwatch.py')
-rwxr-xr-xDemo/sgi/al/alwatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/al/alwatch.py b/Demo/sgi/al/alwatch.py
index 4a52ab2..da747d4 100755
--- a/Demo/sgi/al/alwatch.py
+++ b/Demo/sgi/al/alwatch.py
@@ -10,7 +10,7 @@ params = al.queryparams(dev)
for i in range(1, len(params), 2):
params[i] = -1
while 1:
- time.millisleep(100)
+ time.sleep(0.1)
old = params[:]
al.getparams(dev, params)
if params <> old: