[Python-checkins] python/nondist/sandbox/ast setup.py,1.2,1.3

jhylton@sourceforge.net jhylton@sourceforge.net
Mon, 15 Apr 2002 20:58:35 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv23720

Modified Files:
	setup.py 
Log Message:
Load the test module after building the extension


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/setup.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** setup.py	12 Apr 2002 15:56:43 -0000	1.2
--- setup.py	16 Apr 2002 03:58:33 -0000	1.3
***************
*** 8,11 ****
        ext_modules=[ast])
  
! import ast
! ast.transform("global xyz")
--- 8,11 ----
        ext_modules=[ast])
  
! import test
!