summaryrefslogtreecommitdiff
path: root/templates/snippets/python-mode/print
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/snippets/python-mode/print5
-rw-r--r--templates/snippets/python-mode/print format5
2 files changed, 0 insertions, 10 deletions
diff --git a/templates/snippets/python-mode/print b/templates/snippets/python-mode/print
deleted file mode 100644
index 2392fbd..0000000
--- a/templates/snippets/python-mode/print
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: print
-# key: print
-# --
-print("$0") \ No newline at end of file
diff --git a/templates/snippets/python-mode/print format b/templates/snippets/python-mode/print format
deleted file mode 100644
index 704cb53..0000000
--- a/templates/snippets/python-mode/print format
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: print format
-# key: printf
-# --
-print("$1".format($0)) \ No newline at end of file