Commit 1e57a043 authored by Guido van Rossum's avatar Guido van Rossum

Removed unnecessary import of cl and CL. (Sjoerd)

parent 1d5766fd
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment