[vlc-commits] [Git][videolan/vlc][master] qt: remove unused import `six` in `makeIconFont.py`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Apr 3 12:33:20 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
4dea3647 by Fatih Uzunoglu at 2026-04-03T12:12:15+00:00
qt: remove unused import `six` in `makeIconFont.py`
It is not available by default.
- - - - -
1 changed file:
- modules/gui/qt/pixmaps/makeIconFont.py
Changes:
=====================================
modules/gui/qt/pixmaps/makeIconFont.py
=====================================
@@ -3,7 +3,6 @@
import sys
import json
import fontforge
-import six
from jinja2 import Template
DOC= """
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4dea3647f595172aaac800de6839f38d14ce2fa7
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4dea3647f595172aaac800de6839f38d14ce2fa7
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list