diff mercurial/debugcommands.py @ 32406:a9c71d578a1c

osutil: switch to policy importer "make clean" is recommended to test this change, though C API compatibility should be preserved.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 12 Aug 2016 11:35:17 +0900
parents a275186b989a
children 008d37c4d783
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Fri Aug 12 11:30:17 2016 +0900
+++ b/mercurial/debugcommands.py	Fri Aug 12 11:35:17 2016 +0900
@@ -1029,6 +1029,8 @@
                 base85,
                 bdiff,
                 mpatch,
+            )
+            from .cext import (
                 osutil,
             )
             dir(bdiff), dir(mpatch), dir(base85), dir(osutil) # quiet pyflakes