Skip to content
Snippets Groups Projects
Commit 360f7301 authored by Campbell Barton's avatar Campbell Barton
Browse files

use utf8 encoding

parent fe32be89
No related branches found
No related tags found
No related merge requests found
...@@ -473,7 +473,7 @@ class EditList: ...@@ -473,7 +473,7 @@ class EditList:
def parse(self, filename, fps): def parse(self, filename, fps):
try: try:
file = open(filename, "rU") file = open(filename, "r", encoding="utf-8")
except: except:
return False return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment