diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/ifmain')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/python-mode/ifmain | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/ifmain b/.emacs.d/mysnippets/text-mode/python-mode/ifmain deleted file mode 100644 index 6224923..0000000 --- a/.emacs.d/mysnippets/text-mode/python-mode/ifmain +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #name : if __name__ == '__main__': ... | ||
| 2 | # -- | ||
| 3 | if __name__ == '__main__': | ||
| 4 | $0 \ No newline at end of file | ||
