From 14738704ede6dfa6ac79f362a9c1f7f40f470cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Mon, 11 Sep 2017 17:47:17 -0500 Subject: rename mvc at lvc --- lvc/widgets/osx/utils.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lvc/widgets/osx/utils.py (limited to 'lvc/widgets/osx/utils.py') 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') -- cgit v1.2.3