[vlc-commits] qml: recent version of fontforge bindings support python3

Pierre Lamot git at videolan.org
Wed Jun 3 12:06:59 CEST 2020


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed Jun  3 11:21:19 2020 +0200| [2c46da8eafd55690d22eb0394acb2ad0873d6da9] | committer: Pierre Lamot

qml: recent version of fontforge bindings support python3

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c46da8eafd55690d22eb0394acb2ad0873d6da9
---

 modules/gui/qt/pixmaps/makeIconFont.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/pixmaps/makeIconFont.py b/modules/gui/qt/pixmaps/makeIconFont.py
index f28185affc..dbd9d1c0d4 100755
--- a/modules/gui/qt/pixmaps/makeIconFont.py
+++ b/modules/gui/qt/pixmaps/makeIconFont.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2
+#! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 import sys
 import json



More information about the vlc-commits mailing list