openpilot/common/compat.py

4 lines
56 B
Python

# py2,3 compatiblity helpers
basestring = (str, bytes)