• 
      

    Fix call to SequenceMatcher.get_opcodes in SMDiffer

    Review Request #6759 — Created Jan. 12, 2015 and submitted

    Information

    Review Board
    master
    bc73d56...

    Reviewers

    SequenceMatcher.get_opcodes only takes one argument and self
    (referencing the SMDiffer instance) was being passed to it, which
    raises an exception. This change fixes that.

    Bring docstring for SMDiffer in line with PEP 257.

    Ran unit tests successfully.

    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/diffviewer/smdiff.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/diffviewer/smdiff.py
      
      
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    brennie
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (0c31b8d)