mercurial/commands.py
changeset 20741 f1dfef0a9352
parent 20740 535283a7f5dd
child 20773 efbf15979538
equal deleted inserted replaced
20740:535283a7f5dd 20741:f1dfef0a9352
  2159         ui.write(" %s\n" % inst)
  2159         ui.write(" %s\n" % inst)
  2160         ui.write(_(" (check that your locale is properly set)\n"))
  2160         ui.write(_(" (check that your locale is properly set)\n"))
  2161         problems += 1
  2161         problems += 1
  2162 
  2162 
  2163     # Python
  2163     # Python
  2164     ui.status(_("showing Python executable (%s)\n") % sys.executable)
  2164     ui.status(_("checking Python executable (%s)\n") % sys.executable)
  2165     ui.status(_("showing Python version (%s)\n")
  2165     ui.status(_("checking Python version (%s)\n")
  2166               % ("%s.%s.%s" % sys.version_info[:3]))
  2166               % ("%s.%s.%s" % sys.version_info[:3]))
  2167     ui.status(_("checking Python lib (%s)...\n")
  2167     ui.status(_("checking Python lib (%s)...\n")
  2168               % os.path.dirname(os.__file__))
  2168               % os.path.dirname(os.__file__))
  2169 
  2169 
  2170     # compiled modules
  2170     # compiled modules