Skip to content

Commit eb6c903

Browse files
committed
Update .gitignore
1 parent 83117e9 commit eb6c903

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

__pycache__/tktools.cpython-37.pyc

0 Bytes
Binary file not shown.

tktools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ def config_button(self, button_name, *args, **kwargs):
149149

150150

151151
if __name__=='__main__':
152-
print('Run main.py instead of this!')
152+
print('Run main.py instead of this!')

0 commit comments

Comments
 (0)