diff --git a/Lib/ast.py b/Lib/ast.py index ab6eed440f6..6d92eddddc2 100644 --- a/Lib/ast.py +++ b/Lib/ast.py @@ -26,6 +26,7 @@ :license: Python License. """ from _ast import * +from _ast import __version__ def parse(expr, filename='', mode='exec'):