mercurial/commands.py
changeset 17393 99a2a4ae35e2
parent 17388 54feb8d3bab7
parent 17392 bdd248666dbc
child 17424 e7cfe3587ea4
--- a/mercurial/commands.py	Sat Aug 04 20:20:48 2012 +0200
+++ b/mercurial/commands.py	Fri Aug 24 17:51:47 2012 -0500
@@ -1998,6 +1998,10 @@
         ui.write(_(" (check that your locale is properly set)\n"))
         problems += 1
 
+    # Python lib
+    ui.status(_("checking Python lib (%s)...\n")
+              % os.path.dirname(os.__file__))
+
     # compiled modules
     ui.status(_("checking installed modules (%s)...\n")
               % os.path.dirname(__file__))