We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd3f3f commit fb3723aCopy full SHA for fb3723a
PyPlucker/TextParser.py
@@ -36,11 +36,11 @@ class LibraryTooOld(ImportError):
36
37
import string
38
import re
39
-import sgmllib
40
import sys
41
import struct
42
import urllib.request, urllib.parse, urllib.error
43
import html.entities
+from PyPlucker import sgmllib
44
from PyPlucker import PluckerDocs
45
from PyPlucker import Url
46
from PyPlucker import DEFAULT_LOCALE_CHARSET_ENCODING
PyPlucker/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.6"
+__version__ = "3.7"
2
3
lib_dir = "/usr/local/etc"
4
0 commit comments