# This is a bit special and does not follow the minimization procedure at all
# Check that we are using python2
importsys
ifnotsys.version_info[0]==2:
raisePerftoolVectorizationError("fromlist vectorization relies on iteration order and therefore needs python2. Yes, I know this is broken design. It is only used for one plot in the paper though.")