Fix call to SequenceMatcher.get_opcodes in SMDiffer
Review Request #6759 — Created Jan. 12, 2015 and submitted
SequenceMatcher.get_opcodesonly takes one argument andself
(referencing theSMDifferinstance) was being passed to it, which
raises an exception. This change fixes that.Bring docstring for
SMDifferin line with PEP 257.
Ran unit tests successfully.
Tool: Pyflakes Processed Files: reviewboard/diffviewer/smdiff.py Tool: PEP8 Style Checker Processed Files: reviewboard/diffviewer/smdiff.py