Show More
@@ -6,9 +6,10 b'' | |||
|
6 | 6 | # This software may be used and distributed according to the terms of the |
|
7 | 7 | # GNU General Public License version 2 or any later version. |
|
8 | 8 | |
|
9 | from node import nullrev | |
|
10 | from i18n import _ | |
|
9 | from __future__ import absolute_import | |
|
11 | 10 | |
|
11 | from .i18n import _ | |
|
12 | from .node import nullrev | |
|
12 | 13 | |
|
13 | 14 | class basedag(object): |
|
14 | 15 | '''generic interface for DAGs |
General Comments 0
You need to be logged in to leave comments.
Login now