mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
4 lines
56 B
Python
4 lines
56 B
Python
# py2,3 compatiblity helpers
|
|
|
|
basestring = (str, bytes)
|