diff options
Diffstat (limited to 'languages/python/file_templates')
-rw-r--r-- | languages/python/file_templates/Makefile.am | 4 | ||||
-rw-r--r-- | languages/python/file_templates/py | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/languages/python/file_templates/Makefile.am b/languages/python/file_templates/Makefile.am new file mode 100644 index 00000000..0846fdf2 --- /dev/null +++ b/languages/python/file_templates/Makefile.am @@ -0,0 +1,4 @@ +templatedir = $(kde_datadir)/kdevfilecreate/file-templates +template_DATA = py + + diff --git a/languages/python/file_templates/py b/languages/python/file_templates/py new file mode 100644 index 00000000..64192c64 --- /dev/null +++ b/languages/python/file_templates/py @@ -0,0 +1,7 @@ +########################################################################### +# Copyright (C) $YEAR$ by $AUTHOR$ +# <$EMAIL$> +# +# Copyright: See COPYING file that comes with this distribution +# +########################################################################### |