• 
      

    Move SpyCall into its own file.

    Review Request #11027 — Created May 17, 2020 and submitted — Latest diff uploaded

    Information

    kgb
    master

    Reviewers

    kgb

    This moves SpyCall out from spies.py and into its own calls.py.
    This will prevent circular imports with future changes, with new modules
    that will need to import SpyCall. It otherwise doesn't change any
    logic or functionality.

    Unit tests pass.

    Commits

    Files