Use str function, not unicode
commiteaa6b4e095880b070a580ebe2f813c55ee865b4f
authorSean Robinson <robinson@tuxfamily.org>
Tue, 15 Apr 2014 09:28:02 +0000 (15 02:28 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Tue, 22 Apr 2014 22:34:25 +0000 (22 15:34 -0700)
tree71cacd2c240032de7a2b2e06da17ec23a2027768
parent7bc787e5d74d5c5f1a5abbdcba41dfebc408eba5
Use str function, not unicode

Replacing str with unicode in 2359cbaadf0841be was a bad idea, since
Python 3 does not have a unicode function.  So, instead, use str, but
assign unicode to str in Python 2.

Signed-off-by: Sean Robinson <robinson@tuxfamily.org>
wifiradar/config.py