ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/2to3/files/2to3.py b/external/subpack/lang/python/2to3/files/2to3.py
new file mode 100644
index 0000000..bf4194b
--- /dev/null
+++ b/external/subpack/lang/python/2to3/files/2to3.py
@@ -0,0 +1,5 @@
+#! /usr/bin/python3
+import sys
+from lib2to3.main import main
+
+sys.exit(main("lib2to3.fixes"))