Skip to content

Commit

Permalink
set explicit utf-8 encoding for some Python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 29, 2019
1 parent e900384 commit ad95219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Mesh/App/MeshTestsApp.py
@@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Copyright (c) 2007 Jürgen Riegel <juergen.riegel@web.de>
# LGPL

Expand Down
3 changes: 3 additions & 0 deletions src/Mod/Robot/KukaExporter.py
@@ -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
Expand Down

0 comments on commit ad95219

Please sign in to comment.