##// END OF EJS Templates
diffhelpers: move out of pure package
Yuya Nishihara -
r37589:0ea8b957 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 # diffhelpers.py - pure Python implementation of diffhelpers.c
1 # diffhelpers.py - helper routines for patch
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4 #
4 #
@@ -28,6 +28,7 b' from .node import ('
28 )
28 )
29 from . import (
29 from . import (
30 copies,
30 copies,
31 diffhelpers,
31 encoding,
32 encoding,
32 error,
33 error,
33 mail,
34 mail,
@@ -39,7 +40,6 b' from . import ('
39 util,
40 util,
40 vfs as vfsmod,
41 vfs as vfsmod,
41 )
42 )
42 from .pure import diffhelpers
43 from .utils import (
43 from .utils import (
44 dateutil,
44 dateutil,
45 procutil,
45 procutil,
General Comments 0
You need to be logged in to leave comments. Login now