Remove six dependency

This commit is contained in:
Nikita Karamov 2023-01-23 06:58:54 +01:00
parent 783632fb24
commit 24c297cfe7
No known key found for this signature in database
GPG key ID: 41D6F71EE78E77CD
5 changed files with 5 additions and 9 deletions

View file

@ -44,20 +44,19 @@
# - if a <g> has only one element in it, collapse the <g> (ensure transform, etc are carried down)
import math
import optparse
import os
import re
import sys
import time
import urllib.parse
import urllib.request
import xml.dom.minidom
from xml.dom import Node, NotFoundErr
from collections import namedtuple, defaultdict
from decimal import Context, Decimal, InvalidOperation, getcontext
import six
from six.moves import urllib
from scour.stats import ScourStats
from scour.svg_regex import svg_parser