finish removing six

This commit is contained in:
Alexandre Detiste
2024-03-22 08:15:00 +01:00
committed by Scott Talbert
parent 323e78c085
commit 66a9320917
8 changed files with 18 additions and 21 deletions

View File

@@ -80,9 +80,9 @@ will be adjusted accordingly.::
bmp = img.ConvertToScaledBitmap(wx.Size(24,24), self)
"""
from itertools import zip_longest
import wx
from six.moves import zip_longest
from ._nanosvg import *