mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Refactor all the diff code into a single dir
This commit is contained in:
parent
de0226ba47
commit
251caa3c7d
@ -90,7 +90,7 @@ extensions = [
|
||||
),
|
||||
|
||||
Extension('_patiencediff_c',
|
||||
['calibre/utils/diff/_patiencediff_c.c'],
|
||||
['calibre/gui2/tweak_book/diff/_patiencediff_c.c'],
|
||||
),
|
||||
|
||||
Extension('icu',
|
||||
|
10
src/calibre/gui2/tweak_book/diff/main.py
Normal file
10
src/calibre/gui2/tweak_book/diff/main.py
Normal 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>'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user