mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 14:53:56 +08:00
4 lines
56 B
Python
4 lines
56 B
Python
|
|
# py2,3 compatiblity helpers
|
||
|
|
|
||
|
|
basestring = (str, bytes)
|