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

@@ -33,7 +33,9 @@ Usage: python pywxrc.py -h
import sys, os, getopt, glob, re
import xml.dom.minidom as minidom
from six import byte2int
import operator
byte2int = operator.itemgetter(0)
#----------------------------------------------------------------------