summarylogtreecommitdiffstats
path: root/textsuggest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'textsuggest.patch')
-rw-r--r--textsuggest.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/textsuggest.patch b/textsuggest.patch
new file mode 100644
index 000000000000..128ea633849e
--- /dev/null
+++ b/textsuggest.patch
@@ -0,0 +1,11 @@
+--- TextSuggest-orig.py 2016-06-22 07:13:54.566518200 +0200
++++ TextSuggest.py 2016-06-22 07:14:19.063184795 +0200
+@@ -34,7 +34,7 @@
+
+ suggest_method = 'replace'
+
+-script_cwd = os.path.abspath(os.path.join(__file__, os.pardir))
++script_cwd = os.path.abspath(os.path.join(__file__, '/usr/lib/python3.5/site-packages/textsuggest/'))
+
+ dict_dir = os.path.join(script_cwd, 'EnglishOpenWordList')
+