aboutsummaryrefslogtreecommitdiffstats
path: root/mvc/widgets/osx/utils.py
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-05-31 18:08:31 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-05-31 18:08:31 -0500
commite1180428ed3e7634fe1596103511fbb1da05f228 (patch)
tree13de9592bcde7050b089b9644839668024c518b3 /mvc/widgets/osx/utils.py
downloadlibrevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.tar.lz
librevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.tar.xz
librevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.zip
first commit
Diffstat (limited to 'mvc/widgets/osx/utils.py')
-rw-r--r--mvc/widgets/osx/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mvc/widgets/osx/utils.py b/mvc/widgets/osx/utils.py
new file mode 100644
index 0000000..c0c2d85
--- /dev/null
+++ b/mvc/widgets/osx/utils.py
@@ -0,0 +1,2 @@
+def filename_to_unicode(filename):
+ return filename.decode('utf8')