integrations: Remove usage of six.
This commit is contained in:
parent
1412403037
commit
46c78ce7b5
10 changed files with 16 additions and 25 deletions
|
@ -7,14 +7,14 @@
|
|||
import calendar
|
||||
import errno
|
||||
import hashlib
|
||||
from six.moves.html_parser import HTMLParser
|
||||
from html.parser import HTMLParser
|
||||
import logging
|
||||
import argparse
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import time
|
||||
from six.moves import urllib
|
||||
import urllib
|
||||
from typing import Dict, List, Tuple, Any
|
||||
|
||||
import feedparser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue