Revert "python: add TODO snippet"

This reverts commit 2675e55dc1fef184539757d8d5f5e190ae0f1e49.
This commit is contained in:
Antoine Dechaume 2013-11-19 21:56:41 +01:00
parent 2675e55dc1
commit 4f6bcae1f9

View File

@ -14,9 +14,6 @@ if __name__ == '__main__':
${1:main()}$0
endsnippet
snippet todo "TODO" !b
# TODO: ${1:description} (${2:author} `!v strftime("%d/%m/%y")`)
endsnippet
snippet for "for loop" !b
for ${1:item} in ${2:iterable}: