diff scripts/ast_generator.py @ 867:efc03d0719f3

Add unit tests for correct handling of with statements and yield expressions in the AST code generator.
author cmlenz
date Fri, 13 Nov 2009 22:31:04 +0000
parents 4376010bb97e
children
line wrap: on
line diff
--- a/scripts/ast_generator.py
+++ b/scripts/ast_generator.py
@@ -34,7 +34,7 @@
     done.add(cls)
 
 print('# Generated automatically, please do not edit')
-print('# Generator can be found in Genshi SVN, scripts/ast-generator.py')
+print('# Generator can be found in Genshi SVN, scripts/ast_generator.py')
 print('')
 print('__version__ = %s' % _ast.__version__)
 print('')
Copyright (C) 2012-2017 Edgewall Software