[caribou] Move qwerty keyboard to python package
- From: Benjamin Konrath <bkonrath src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [caribou] Move qwerty keyboard to python package
- Date: Wed, 2 Dec 2009 23:54:43 +0000 (UTC)
commit 40082bd2b1e60443bd1c5a64fa312f5d2368708c
Author: Ben Konrath <ben bagu org>
Date: Wed Dec 2 15:21:01 2009 -0500
Move qwerty keyboard to python package
src/keyboard.py | 2 +-
src/{ => keyboards}/qwerty.py | 0
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/keyboard.py b/src/keyboard.py
index 47c8ccd..0524671 100644
--- a/src/keyboard.py
+++ b/src/keyboard.py
@@ -23,7 +23,7 @@ import gobject
import gtk.gdk as gdk
import pango
import virtkey
-import qwerty
+from keyboards import qwerty
import rsvg
import cairo
diff --git a/src/keyboards/__init__.py b/src/keyboards/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/src/qwerty.py b/src/keyboards/qwerty.py
similarity index 100%
rename from src/qwerty.py
rename to src/keyboards/qwerty.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]