open source driving agent

4 lines
56 B

6 years ago
# py2,3 compatiblity helpers
basestring = (str, bytes)