mercurial/debugcommands.py
branchstable
changeset 46785 521ac0d7047f
parent 46689 8408c3198ec1
child 46794 e2f7b2695ba1
equal deleted inserted replaced
46784:65f437c240f2 46785:521ac0d7047f
  1620         _(b"checking Python lib (%s)...\n"),
  1620         _(b"checking Python lib (%s)...\n"),
  1621         pythonlib or _(b"unknown"),
  1621         pythonlib or _(b"unknown"),
  1622     )
  1622     )
  1623 
  1623 
  1624     try:
  1624     try:
  1625         from . import rustext
  1625         from . import rustext  # pytype: disable=import-error
  1626 
  1626 
  1627         rustext.__doc__  # trigger lazy import
  1627         rustext.__doc__  # trigger lazy import
  1628     except ImportError:
  1628     except ImportError:
  1629         rustext = None
  1629         rustext = None
  1630 
  1630