Rename the ExprType "parent" attribute to "parents".
authorAlex Plotnick <shrike@netaxs.com>
Fri, 23 Mar 2012 14:19:08 +0000 (10:19 -0400)
committerJulien Danjou <julien@danjou.info>
Fri, 23 Mar 2012 14:31:57 +0000 (15:31 +0100)
commiteaa943c23e36152add4b5e4e3d62b89b371d31db
tree8b7bdbd3a45e219a0f29faa94495821834627bc3
parent12cb81c5b502b56ca4b86ac29bea6cf3e5d8d396
Rename the ExprType "parent" attribute to "parents".

This is fallout from commit 76ca2c0b1527541be59c344118c538ba055ad9d8,
which renamed the *parent parameter of ExprType.__init__, but failed
to rename the instance attribute to which it was assigned.

Signed-off-by: Julien Danjou <julien@danjou.info>
xcbgen/xtypes.py