This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
dragonpilot
mirror of
https://github.com/dragonpilot-community/dragonpilot.git
Watch
1
Star
0
Fork
You've already forked dragonpilot
0
Code
Issues
6
Packages
Projects
Releases
Wiki
Activity
dragonpilot - 基於 openpilot 的開源駕駛輔助系統
188
Commits
42
Branches
64
Tags
7.0 GiB
Tree:
4b12aca941
dragonpilot
/
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
)