summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r--gr-utils/python/modtool/templates.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py
index 3ce31cd6d8..227a8d3971 100644
--- a/gr-utils/python/modtool/templates.py
+++ b/gr-utils/python/modtool/templates.py
@@ -303,6 +303,7 @@ namespace gr {
# Python block
Templates['block_python'] = '''\#!/usr/bin/env python
+# -*- coding: utf-8 -*-
${str_to_python_comment($license)}
#
#if $blocktype == 'noblock'
@@ -457,6 +458,7 @@ namespace gr {
# Python QA code
Templates['qa_python'] = '''\#!/usr/bin/env python
+# -*- coding: utf-8 -*-
${str_to_python_comment($license)}
#