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)