summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/cls
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode/cls')
-rw-r--r--.emacs.d/snippets/python-mode/cls8
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/snippets/python-mode/cls b/.emacs.d/snippets/python-mode/cls
deleted file mode 100644
index 3dbd391..0000000
--- a/.emacs.d/snippets/python-mode/cls
+++ /dev/null
@@ -1,8 +0,0 @@
1# -*- mode: snippet -*-
2# name: cls
3# key: cls
4# group: object oriented
5# --
6class ${1:class}(${2:object}):
7 """"""
8 $0