• 
      

    Get rid of __future__ imports from remaining files.

    Review Request #12148 — Created March 14, 2022 and submitted

    Information

    Review Board
    release-5.0.x

    Reviewers

    We had a handful of files left that still had __future__ imports,
    almost entirely outside of the reviewboard directory (though two had
    come up there from merges from other branches). This change gets rid of
    those.

    • Ran unit tests.
    • Ran some utility scripts like devserver.py
    Summary ID
    Get rid of __future__ imports from remaining files.
    We had a handful of files left that still had `__future__` imports, almost entirely outside of the `reviewboard` directory (though two had come up there from merges from other branches). This change gets rid of those. Testing Done: - Ran unit tests. - Ran some utility scripts like devserver.py
    08d723e420a74739ee7f3910085029c8898493b1
    chipx86
    1. 
        
    2. reviewboard/diffviewer/testing/mixins.py (Diff revision 1)
       
       
       
       
       
       
       

      Still registering my grumpiness at tools wanting 2 blank lines between this and classes but not between this and imports.

    3. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (f44a6c0)