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 | 3 | # Copyright 2009 Matt Mackall <mpm@selenic.com> and others |
|
4 | 4 | # |
@@ -28,6 +28,7 b' from .node import (' | |||
|
28 | 28 | ) |
|
29 | 29 | from . import ( |
|
30 | 30 | copies, |
|
31 | diffhelpers, | |
|
31 | 32 | encoding, |
|
32 | 33 | error, |
|
33 | 34 | mail, |
@@ -39,7 +40,6 b' from . import (' | |||
|
39 | 40 | util, |
|
40 | 41 | vfs as vfsmod, |
|
41 | 42 | ) |
|
42 | from .pure import diffhelpers | |
|
43 | 43 | from .utils import ( |
|
44 | 44 | dateutil, |
|
45 | 45 | procutil, |
General Comments 0
You need to be logged in to leave comments.
Login now