aboutsummaryrefslogtreecommitdiffstats
path: root/lvc/widgets/osx/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/widgets/osx/utils.py')
-rw-r--r--lvc/widgets/osx/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lvc/widgets/osx/utils.py b/lvc/widgets/osx/utils.py
new file mode 100644
index 0000000..c0c2d85
--- /dev/null
+++ b/lvc/widgets/osx/utils.py
@@ -0,0 +1,2 @@
+def filename_to_unicode(filename):
+ return filename.decode('utf8')