summarylogtreecommitdiffstats
path: root/textsuggest.patch
diff options
context:
space:
mode:
authorshellkr2016-06-22 07:20:11 +0200
committershellkr2016-06-22 07:20:11 +0200
commitb97950bfe1ea332c0f7479fd41763f05f2c83ec2 (patch)
tree556accd6b8b313256ff4dc926fd110179b3a6b12 /textsuggest.patch
downloadaur-b97950bfe1ea332c0f7479fd41763f05f2c83ec2.tar.gz
initial push
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')
+