Remove six dependency
This commit is contained in:
parent
783632fb24
commit
24c297cfe7
5 changed files with 5 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue