summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/statit.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-02-11 14:50:22 (GMT)
committerGuido van Rossum <guido@python.org>1992-02-11 14:50:22 (GMT)
commitf47d0485a08fe883672438ed9c24c57135a6934a (patch)
treed964f36e25784aa16453381db507a85681d2774b /Demo/sgi/video/statit.py
parentd61bbb33f7b19974f0a45c17ad7696eb4c310218 (diff)
downloadcpython-f47d0485a08fe883672438ed9c24c57135a6934a.zip
cpython-f47d0485a08fe883672438ed9c24c57135a6934a.tar.gz
cpython-f47d0485a08fe883672438ed9c24c57135a6934a.tar.bz2
new syntax
Diffstat (limited to 'Demo/sgi/video/statit.py')
-rwxr-xr-xDemo/sgi/video/statit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/statit.py b/Demo/sgi/video/statit.py
index 360e49e..b0c1782 100755
--- a/Demo/sgi/video/statit.py
+++ b/Demo/sgi/video/statit.py
@@ -94,7 +94,7 @@ def packline(line):
i, n = 1, len(bytes)
while i < n:
for pack in (0, 2, 4, 8):
- if pack = 0:
+ if pack == 0:
lo, hi = 0, 0
else:
hi = pow(2, pack-1)-1