summaryrefslogtreecommitdiff
path: root/templates/snippets/python-mode/script
diff options
context:
space:
mode:
Diffstat (limited to 'templates/snippets/python-mode/script')
-rw-r--r--templates/snippets/python-mode/script10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/snippets/python-mode/script b/templates/snippets/python-mode/script
deleted file mode 100644
index 3113da9..0000000
--- a/templates/snippets/python-mode/script
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- mode: snippet -*-
-# name: script
-# key: script
-# --
-#!/usr/bin/env python
-def main():
- ${1:pass}
-
-if __name__ == '__main__':
- main() \ No newline at end of file