Refactor all the diff code into a single dir

This commit is contained in:
Kovid Goyal 2014-01-25 20:40:07 +05:30
parent de0226ba47
commit 251caa3c7d
5 changed files with 11 additions and 1 deletions

View File

@ -90,7 +90,7 @@ extensions = [
), ),
Extension('_patiencediff_c', Extension('_patiencediff_c',
['calibre/utils/diff/_patiencediff_c.c'], ['calibre/gui2/tweak_book/diff/_patiencediff_c.c'],
), ),
Extension('icu', Extension('icu',

View File

@ -0,0 +1,10 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'