aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/gast/patches/01-fix-python-2.patch
blob: 31417f03d3bd66d33202a434054b1c30fd8b0822 (plain) (blame)
1
2
3
4
5
6
7
8
--- contrib/python/gast/gast/ast2.py	(index)
+++ contrib/python/gast/gast/ast2.py	(working tree)
@@ -1,4 +1,4 @@
-from astn import AstToGAst, GAstToAst
+from .astn import AstToGAst, GAstToAst
 import ast
 import gast