On current master, importing matplotlib using QT4Agg backend yields the following error: ``` python File "/lib/python3.2/site-packages/matplotlib-1.4.x-py3.2-linux-x86_64.egg/matplotlib/backends/backend_qt4.py", line 374 return u'+'.join(mods + [key]) ^ SyntaxError: invalid syntax ```