add matrix multiplication operator support to 2to3

This commit is contained in:
Benjamin Peterson 2014-04-10 00:12:47 -04:00
parent 0134a35bac
commit 4ab92c800a
6 changed files with 19 additions and 9 deletions

View file

@ -149,6 +149,7 @@ opmap_raw = """
{ LBRACE
} RBRACE
@ AT
@= ATEQUAL
== EQEQUAL
!= NOTEQUAL
<> NOTEQUAL