model.append([name, '', loc.human_country,
                                  loc.latitude, loc.longitude])

TO

model.append([name, '', loc.human_country,
                                  str(loc.latitude), str(loc.longitude)])

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709278

Title:
  ubi-timezone.py

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to