01-fix-python-2.patch 219 B

12345678
  1. --- contrib/python/gast/gast/ast2.py (index)
  2. +++ contrib/python/gast/gast/ast2.py (working tree)
  3. @@ -1,4 +1,4 @@
  4. -from astn import AstToGAst, GAstToAst
  5. +from .astn import AstToGAst, GAstToAst
  6. import ast
  7. import gast