Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e57a04

Browse files
committed
Removed unnecessary import of cl and CL. (Sjoerd)
1 parent 1d5766f commit 1e57a04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Demo/sgi/video/imgconv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def jpeggrey2grey(img, width, height):
2626
return data
2727

2828
def jpeg2rgb(img, width, height):
29-
import cl, CL
3029
import jpeg
3130
data, width, height, bytesperpixel = jpeg.decompress(img)
3231
if bytesperpixel <> 4: raise RuntimeError, 'not rgb jpeg'

0 commit comments

Comments
 (0)