[gen] Bugfixes.

This commit is contained in:
Gaetan Delannay 2015-02-23 12:38:49 +01:00
parent af635f936f
commit dd7e2000a1
4 changed files with 17 additions and 15 deletions

View file

@ -31,7 +31,7 @@ class Merger:
self.i = 0
# The delta index that must be applied on previous diffs
self.deltaPrevious = 0
# A link to the caller HtmlDiff class.
# A link to the caller HtmlDiff class
self.differ = differ
def computeNewDiffs(self):