Don't use u'...' syntax in igor.igorpy.
authorW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 12:42:10 +0000 (08:42 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 12:42:10 +0000 (08:42 -0400)
commit446da7b2ef8055eca5a0dadc532579d42b25e4b7
treef1693c9b807f3ede6e478191df1f5a1819723353
parente82fdde8fa89b8a1bae360106e896051e5547bcd
Don't use u'...' syntax in igor.igorpy.

This breaks Python 2 Unicode handling, but it allows igorpy to be used
in its raw form by Python 3.
igor/igorpy.py