mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 03:42:05 +08:00
b1f13418e1
old-commit-hash: e8d888c45b5cb84bf38bdb96cae579a10f7ae281
4 lines
56 B
Python
4 lines
56 B
Python
# py2,3 compatiblity helpers
|
|
|
|
basestring = (str, bytes)
|