summaryrefslogtreecommitdiff
path: root/src/service_identity/_compat.py
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-06-21 08:25:22 -0500
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-06-21 08:25:22 -0500
commitf836f2af1d9ec6af5188950bfb5624fa04888586 (patch)
treeacf370edefab66dd0a2bf6dd45aa180c37948fcd /src/service_identity/_compat.py
parentcc7e801a5bfb7e276585349cc878259d4cb71c56 (diff)
New upstream version 18.1.0
Diffstat (limited to 'src/service_identity/_compat.py')
-rw-r--r--src/service_identity/_compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service_identity/_compat.py b/src/service_identity/_compat.py
index 65febe8..317b675 100644
--- a/src/service_identity/_compat.py
+++ b/src/service_identity/_compat.py
@@ -11,5 +11,6 @@ if PY3: # pragma: nocover
text_type = str
else: # pragma: nocover
import string
+
maketrans = string.maketrans
text_type = unicode # noqa