~onboard/onboard/main

« back to all changes in this revision

Viewing changes to Onboard/Keyboard.py

  • Committer: marmuta
  • Date: 2012-02-15 22:55:32 UTC
  • Revision ID: marmvta@gmail.com-20120215225532-1ox4zbn6ybb7mfy6
Switch all translated strings to unicode (LP: 933030)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
from __future__ import division, print_function, unicode_literals
4
4
 
5
5
import sys
6
 
from gettext import gettext as _
7
6
 
8
7
from gi.repository import GObject, Gtk, Gdk
9
8