diff options
Diffstat (limited to 'old/skeletons/python.hdr')
-rw-r--r-- | old/skeletons/python.hdr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/skeletons/python.hdr b/old/skeletons/python.hdr new file mode 100644 index 0000000..d08d9fe --- /dev/null +++ b/old/skeletons/python.hdr @@ -0,0 +1,13 @@ +#! /usr/bin/env python +# -*- coding: utf-8 -*- + +#---------------------------------------------------------------------------- +# +# File : <%= @filename %> +# Author : <%= @username %> <<%= @email %>> +# Date : <%= @now %> +# License : +# +<%= license '# '%> +# +#---------------------------------------------------------------------------- |