mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
finish removing six
This commit is contained in:
committed by
Scott Talbert
parent
323e78c085
commit
66a9320917
@@ -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)
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user