Issue 18130: delete extra spaces

This commit is contained in:
Terry Jan Reedy 2013-06-05 14:36:33 -04:00
parent 247bd5ea30
commit b101435afa
2 changed files with 6 additions and 6 deletions

View file

@ -91,7 +91,7 @@ class GetCfgSectionNameDialog(Toplevel):
if __name__ == '__main__':
import unittest
unittest.main('idlelib.idle_test.test_config_name', verbosity=2, exit=False)
# also human test the dialog
root = Tk()
def run():