[Feature][YUKUAI_patch]add 18.02 code

Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No

Change-Id: I7f71153004f10fc0ea5adfa083866aaeeb1053ac
diff --git a/rootfs/usr/bin/2to3-3.8 b/rootfs/usr/bin/2to3-3.8
new file mode 100755
index 0000000..a4d7ba4
--- /dev/null
+++ b/rootfs/usr/bin/2to3-3.8
@@ -0,0 +1,5 @@
+#!/usr/bin/python3.8
+import sys
+from lib2to3.main import main
+
+sys.exit(main("lib2to3.fixes"))