mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
make this work with py2.5
This commit is contained in:
parent
a17a5d67b4
commit
6f7500424c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
"""Generate C code from an ASDL description."""
|
||||
from __future__ import with_statement
|
||||
|
||||
# TO DO
|
||||
# handle fields that have a type but no name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue