]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/mac/uninstall_wxPython.py
unused var warning in Mac build
[wxWidgets.git] / 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: ")