* Messages for package dev-python/piddle-1.0.15: * Syntax errors / warnings in Python modules for CPython 2.6: * /usr/lib64/python2.6/site-packages/piddle/pdfgen.py:641: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image") * /usr/lib64/python2.6/site-packages/piddle/pdfutils.py:30: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image") * /usr/lib64/python2.6/site-packages/piddle/piddlePS.py:854: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(rawimage) == imgwidth*imgheight, 'Wrong amount of data for image') * /usr/lib64/python2.6/site-packages/piddle/piddlePS.py:945: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(rawimage) == imwidth*imheight, 'Wrong amount of data for image') * Syntax errors / warnings in Python modules for CPython 2.7: * /usr/lib64/python2.7/site-packages/piddle/pdfgen.py:641: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image") * /usr/lib64/python2.7/site-packages/piddle/pdfutils.py:30: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image") * /usr/lib64/python2.7/site-packages/piddle/piddlePS.py:854: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(rawimage) == imgwidth*imgheight, 'Wrong amount of data for image') * /usr/lib64/python2.7/site-packages/piddle/piddlePS.py:945: SyntaxWarning: assertion is always true, perhaps remove parentheses? * assert(len(rawimage) == imwidth*imheight, 'Wrong amount of data for image')
And it's gone