Remove all legacy future imports.

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

Information

RBTools
release-4.x

Reviewers

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 ID
Remove all legacy future imports.
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.
53d348f28ac9f0a78ef5f2bb220d986e4aa92fab
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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