Update of /cvsroot/pywin32/pywin32
In directory vz-cvs-2.sog:/tmp/cvs-serv5600
Modified Files:
setup.py
Log Message:
add raise 2to3 converter for adodbapi
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** setup.py 26 Feb 2011 02:24:28 -0000 1.121
--- setup.py 26 Feb 2011 02:56:17 -0000 1.122
***************
*** 579,584 ****
# we only need some fixers.
fixers = """basestring exec except dict import imports next nonzero
! print raw_input long standarderror types unicode urllib
! xrange""".split()
fqfixers = ['lib2to3.fixes.fix_' + f for f in fixers]
--- 579,584 ----
# we only need some fixers.
fixers = """basestring exec except dict import imports next nonzero
! print raise raw_input long standarderror types unicode
! urllib xrange""".split()
fqfixers = ['lib2to3.fixes.fix_' + f for f in fixers]
|