Skip to content

Commit fb3723a

Browse files
committed
Fix the sgmllib import
1 parent 9cd3f3f commit fb3723a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyPlucker/TextParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ class LibraryTooOld(ImportError):
3636

3737
import string
3838
import re
39-
import sgmllib
4039
import sys
4140
import struct
4241
import urllib.request, urllib.parse, urllib.error
4342
import html.entities
43+
from PyPlucker import sgmllib
4444
from PyPlucker import PluckerDocs
4545
from PyPlucker import Url
4646
from PyPlucker import DEFAULT_LOCALE_CHARSET_ENCODING

PyPlucker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.6"
1+
__version__ = "3.7"
22

33
lib_dir = "/usr/local/etc"
44

0 commit comments

Comments
 (0)