diff options
| author | Guido van Rossum <guido@python.org> | 1998-10-09 13:26:01 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-10-09 13:26:01 +0000 |
| commit | 1e57a04301355bec43044951d57c316e7d3ffc5b (patch) | |
| tree | 13627be84a61a218951bbd8c28d8cc8c70254d26 | |
| parent | 1d5766fd1a60a5c936287f4c88ba2c741799dc5b (diff) | |
| download | cpython-git-1e57a04301355bec43044951d57c316e7d3ffc5b.tar.gz | |
Removed unnecessary import of cl and CL. (Sjoerd)
| -rwxr-xr-x | Demo/sgi/video/imgconv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/sgi/video/imgconv.py b/Demo/sgi/video/imgconv.py index 291fdc8125..8fc98b4abb 100755 --- a/Demo/sgi/video/imgconv.py +++ b/Demo/sgi/video/imgconv.py @@ -26,7 +26,6 @@ def jpeggrey2grey(img, width, height): return data def jpeg2rgb(img, width, height): - import cl, CL import jpeg data, width, height, bytesperpixel = jpeg.decompress(img) if bytesperpixel <> 4: raise RuntimeError, 'not rgb jpeg' |
