summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-02-12 22:13:44 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-02-12 22:13:44 +0100
commitc03b2ae7bd500a092f91d81a50a977ea261873e3 (patch)
tree8528cf5b0461d39633796bc2a6ee0c7141a29ed6 /compat.py
parent08ad0e623d1107cab0278e182f53db3b90882ba6 (diff)
downloadruamel.yaml-c03b2ae7bd500a092f91d81a50a977ea261873e3.tar.gz
fix issue #278 inclusion of spurious .py files in linux wheels and tar0.15.88
Diffstat (limited to 'compat.py')
-rw-r--r--compat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat.py b/compat.py
index 5cfb0bf..bc4c1c2 100644
--- a/compat.py
+++ b/compat.py
@@ -65,6 +65,8 @@ if PY3:
else:
+ if False:
+ unicode = str
def utf8(s):
# type: (unicode) -> str