make this work with py2.5
This commit is contained in:
parent
a17a5d67b4
commit
6f7500424c
|
@ -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…
Reference in New Issue