set explicit utf-8 encoding for some Python modules

This commit is contained in:
wmayer
2019-12-29 14:00:08 +01:00
parent 75fb8886ac
commit c66622e4d6
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2007 Jürgen Riegel <juergen.riegel@web.de>
# LGPL

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Kuka export lib (c) Jürgen Riegel 2009 LGPL 2.1 or higher
import time