summaryrefslogtreecommitdiff
path: root/Lib/ast.py
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-06-14 00:37:25 +0200
committerSandro Tosi <sandro.tosi@gmail.com>2012-06-14 00:37:25 +0200
commit7096982952993b4d9c8d88aef0786ee300448178 (patch)
tree7085af47bf4d0f1c3842d195233b98a17e2e8671 /Lib/ast.py
parent0fee8ff69097979ac4ceb512e316399011fd6f67 (diff)
parent90f07f0109f70912b4a981b3e0de1742ec930dc1 (diff)
downloadcpython-7096982952993b4d9c8d88aef0786ee300448178.tar.gz
Issue #15060: merge with 3.2
Diffstat (limited to 'Lib/ast.py')
-rw-r--r--Lib/ast.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ast.py b/Lib/ast.py
index fb5adac8fd..13f59f9dfa 100644
--- a/Lib/ast.py
+++ b/Lib/ast.py
@@ -25,7 +25,6 @@
:license: Python License.
"""
from _ast import *
-from _ast import __version__
def parse(source, filename='<unknown>', mode='exec'):