remove ast.__version__ (closes #12273)

This commit is contained in:
Benjamin Peterson 2011-07-15 21:10:13 -05:00
parent e720725c12
commit 0bd152cd67
5 changed files with 3 additions and 44 deletions

View file

@ -25,7 +25,6 @@
:license: Python License.
"""
from _ast import *
from _ast import __version__
def parse(source, filename='<unknown>', mode='exec'):