]> git.saurik.com Git - wxWidgets.git/commitdiff
format the list of installed packages better
authorRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 23:47:05 +0000 (23:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 23:47:05 +0000 (23:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/mac/uninstall_wxPython.py

index 2b4ac110918e1b638c00981dae19b53301e76b98..c99d3015350041490f0ddf732805a7748a54cec0 100755 (executable)
@@ -201,7 +201,7 @@ def main():
         sys.exit()
         
     for i, inst in enumerate(installed):
-        print "  %d.  %s \t%s" % (i+1, inst.mdata["Title"], inst.mdata["Version"])
+        print " %2d.  %-40s    %s" % (i+1, inst.mdata["Title"], inst.mdata["Version"])
         
     print 
     ans = raw_input("Enter the number of the install to examine or 'Q' to quit: ")