dots (0.0.20100108-2) dots/import_assistant.py

Summary

 dots/import_assistant.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- dots-0.0.20100108.orig/dots/import_assistant.py
+++ dots-0.0.20100108/dots/import_assistant.py
@@ -22,7 +22,7 @@
 from config_builder import ConfigBuilder
 import host_settings
 
-TABLES_DIR = host_settings.tablesdir
+TABLES_DIR = '/usr/share/liblouis/tables'
 
 class ImportAssistant(object):
     def __init__(self, main_app=None, xml_file=None):