mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 23:32:07 +08:00
b1f13418e1
old-commit-hash: e8d888c45b
4 lines
56 B
Python
4 lines
56 B
Python
# py2,3 compatiblity helpers
|
|
|
|
basestring = (str, bytes)
|