From 880e607c2ff4dd92994cbba056fa1c74b2efb075 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 23 Jun 2020 11:40:40 -0700 Subject: [PATCH] remove unsused file old-commit-hash: 59e77423c4af2f867b26a2e1c239399e6b637b55 --- common/compat.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 common/compat.py diff --git a/common/compat.py b/common/compat.py deleted file mode 100644 index 369f5e2d84..0000000000 --- a/common/compat.py +++ /dev/null @@ -1,3 +0,0 @@ -# py2,3 compatiblity helpers - -basestring = (str, bytes)