hgext/children.py
changeset 32375 04baab18d60a
parent 32337 46ba2cdda476
child 34945 d2554ef04d26
--- a/hgext/children.py	Sat Aug 13 12:29:53 2016 +0900
+++ b/hgext/children.py	Sun May 14 16:19:47 2017 +0900
@@ -19,11 +19,10 @@
 from mercurial.i18n import _
 from mercurial import (
     cmdutil,
-    commands,
     registrar,
 )
 
-templateopts = commands.templateopts
+templateopts = cmdutil.templateopts
 
 cmdtable = {}
 command = registrar.command(cmdtable)