set explicit utf-8 encoding for some Python modules
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (c) 2007 Jürgen Riegel <juergen.riegel@web.de>
|
||||
# LGPL
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user