Remove all legacy future imports.

Review Request #12644 — Created Sept. 25, 2022 and submitted

chipx86
RBTools
release-4.x
rbtools

This removes the unicode_literals, print_function, and division
imports, which are no longer needed with Python 3.

Some of the affected modules have had new docstrings added, or updated
for consistency. Most of these are command or utility docs. None of the
API docs have been updated, since that work is being handled separately.

All unit tests pass.

Summary
Remove all legacy future imports.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (e92a7ae)
Loading...