mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 18:12:05 +08:00
4 lines
56 B
Python
4 lines
56 B
Python
# py2,3 compatiblity helpers
|
|
|
|
basestring = (str, bytes)
|