import sys from __future__ import print_function
from __future__ import print_function import sys
Python 2.5 and greater require future import to be the first non docstring statement in the module. This message belongs to the imports checker.