From da735004b72dee5a42aa645791f77111a90a3546 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Mon, 17 Jun 2019 14:29:54 -0400 Subject: [PATCH] Comments cleansup for check-in test --- PySimpleGUI.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 8a36a33e..62c7f4e1 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -10497,18 +10497,6 @@ def main(): # TimerStop() window.Close() - # layout = [[Text('You are running the PySimpleGUI.py file itself')], - # [Text('You should be importing it rather than running it', size=(50, 2))], - # [Text('Here is your sample input window....')], - # [Text('Source Folder', size=(15, 1), justification='right'), InputText('Source', focus=True), - # FolderBrowse(tooltip='Browse for a folder')], - # [Text('Destination Folder', size=(15, 1), justification='right'), InputText('Dest'), FolderBrowse()], - # [Ok(bind_return_key=True), Cancel()]] - # - # window = Window('Demo window..').Layout(layout) - # event, values = window.Read() - # window.Close() - if __name__ == '__main__': main()