mirror of
https://github.com/philippechataignon/wxscrab_gen
synced 2024-11-15 19:48:05 +01:00
Adapte emplacement dic
This commit is contained in:
parent
7b42e01433
commit
1a65e29a9f
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ ods7.*
|
|||
swapdic
|
||||
*.txt
|
||||
gen/build
|
||||
MANIFEST
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import dic
|
||||
d = dic.Dico()
|
||||
ret = dic.Dic_init(d, "ods8.dico")
|
||||
ret = dic.Dic_init(d, "../dic/ods8.dico")
|
||||
if not ret:
|
||||
print(dic.isMot(d, "papa"))
|
||||
print(dic.isMot(d, "pipi"))
|
||||
|
|
Loading…
Reference in a new issue