This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
jyoung
mirror of
https://github.com/jyoung8607/openpilot.git
Watch
1
Star
0
Fork
You've already forked jyoung
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
open source driving agent
41
Commits
101
Branches
34
Tags
1.6 GiB
Tree:
013166a34e
jyoung
/
common
/
compat.py
4 lines
56 B
Raw
Normal View
History
Unescape
Escape
common folder
6 years ago
# py2,3 compatiblity helpers
basestring
=
(
str
,
bytes
)