Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-08-13 14:58:48 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-09-26 14:28:15 (GMT)
commit13eff73b0aaa82bea75843f7385b48bcee21fc3f (patch)
treec03e0352aea5c26aac99f85a1687b54d42c0a7d4 /keyboard.py
parent352c76c78507221faf789dc8636ff26653c94cf0 (diff)
Remove wrapper (port/ directory) around sugar-toolkit SL #3780
This wrapper was used to allow compatibility with old versions of Sugar. I'm removing this because is no longer needed by the Gtk3 versions of this Activity. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard.py b/keyboard.py
index 3a05248..4ff11c5 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -28,7 +28,7 @@ from gi.repository import GObject
from gi.repository import GdkPixbuf
import StringIO
-from port import json
+import json
import subprocess
from layouts.olpc import OLPC_LAYOUT
from layouts.olpcm import OLPCM_LAYOUT