Skip to content

Commit

Permalink
Removed unnecessary import of cl and CL. (Sjoerd)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Oct 9, 1998
1 parent 1d5766f commit 1e57a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Demo/sgi/video/imgconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1e57a04

Please sign in to comment.