summaryrefslogtreecommitdiff
path: root/pip/_vendor/html5lib/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/_vendor/html5lib/utils.py')
-rw-r--r--pip/_vendor/html5lib/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pip/_vendor/html5lib/utils.py b/pip/_vendor/html5lib/utils.py
index 4e8559db6..2f41f4dfa 100644
--- a/pip/_vendor/html5lib/utils.py
+++ b/pip/_vendor/html5lib/utils.py
@@ -8,6 +8,10 @@ except ImportError:
import xml.etree.ElementTree as default_etree
+__all__ = ["default_etree", "MethodDispatcher", "isSurrogatePair",
+ "surrogatePairToCodepoint", "moduleFactoryFactory"]
+
+
class MethodDispatcher(dict):
"""Dict with 2 special properties: