Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-08-06 19:56:45 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-08-06 19:56:45 (GMT)
commit7a18ecfdc19201647c46dfe18dc650d0c4bc4acc (patch)
tree5103a7e8773daa24be2b8d6357b186665508a52b /keyboard.py
parent7c39d268d2099d095b4d0b825897efa628475143 (diff)
Support json in python25 environment
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 9a04d9d..ef3b08b 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -22,7 +22,7 @@ import gtk
import rsvg
import os, glob, re
import pango
-import json
+from port import json
# Tweaking variables.
HAND_YOFFSET = -15