Python - How to import 'absolute_import' -- __future__

Import absolute_import

To import absolute_import, Add the following line to the top of your code.

from __future__ import absolute_import

 

For more information about absolute_import:
__future__ absolute_import