Files
dotfiles-vim/.vim/templates/py
Chuck Hawley (chawley/shawshank) 029cee5f7c Initial commit
2017-10-10 16:53:19 -04:00

23 lines
469 B
Plaintext

:insert
#!/usr/bin/env python
#===============================================================================
#
# FILE:
#
# USAGE:
#
# DESCRIPTION:
#
# OPTIONS:
# REQUIREMENTS:
# NOTES:
# AUTHOR:
# ORGANIZATION:
# CREATED:
# REVISION:
#===============================================================================
set -o nounset # Treat unset variables as an error
.