Fix Python 3 build (follow up !659)

The following discussion from !659 (merged) should be addressed:

  • @rmatev started a discussion:

    These imports unfortunately broke py3 support (sorry we didn't catch this before merging).

    @masmith Could you please add from __future__ import absolute_import and switch to from .builders... in all new files?