Skip to content

Commit a0fcf8f

Browse files
committed
-
1 parent cd02bec commit a0fcf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
'''A little module to start the `garlicsim_wx` GUI without installing it.'''
77

8-
import sys
8+
import sys
99
import os.path
1010

1111

@@ -40,4 +40,4 @@ def start():
4040

4141

4242
if __name__ == '__main__':
43-
start()
43+
start()

0 commit comments

Comments
 (0)