[caribou] Fix Bug 637999. Specify the directory path to the module setting_types.



commit 65ab738a9026cc96965489d4acae4fdb24917813
Author: Jiro Matsuzawa <matsuzawa jr gmail com>
Date:   Sat Dec 25 19:48:47 2010 +0900

    Fix Bug 637999. Specify the directory path to the module setting_types.

 caribou/ui/keyboard.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/caribou/ui/keyboard.py b/caribou/ui/keyboard.py
index feb7306..b3098d3 100644
--- a/caribou/ui/keyboard.py
+++ b/caribou/ui/keyboard.py
@@ -35,7 +35,7 @@ import virtkey
 import os
 import traceback
 from caribou.ui.i18n import _
-from setting_types import *
+from caribou.common.setting_types import *
 
 try:
     import json



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]