configs/dot.vim/headers/py

15 lines
166 B
Text
Raw Normal View History

2012-10-26 02:30:01 +02:00
:insert
#!/usr/bin/python
# -*- encoding: utf-8 -*-
#
# File Name :
# Purpose :
# Creation Date :
# Last Modified :
# Created By :
#
if __name__ == '__main__':
.