mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-03 22:43:42 +08:00
4 lines
56 B
Python
4 lines
56 B
Python
# py2,3 compatiblity helpers
|
|
|
|
basestring = (str, bytes)
|