Skip to content

Commit 6f5ddf6

Browse files
committed
Merge branch 'test' of gh:lcnetdev/scriptshifter into test
2 parents 69b556f + 0d25fc9 commit 6f5ddf6

7 files changed

Lines changed: 578172 additions & 97911 deletions

File tree

scriptshifter/hooks/arabic/camel_tools.py renamed to scriptshifter/hooks/arabic/arabic_romanizer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
from scriptshifter.exceptions import BREAK
66

77

8-
CAMEL_DIR = path.join(path.dirname(APP_ROOT), "ext", "arabic_rom")
9-
MODULE_DIR = path.join(CAMEL_DIR, "src")
8+
MODULE_DIR = path.join(path.dirname(APP_ROOT), "ext", "arabic_rom", "src")
109

1110
MODEL_DIR = path.join(
1211
path.dirname(path.realpath(__file__)), "data", "model_mle")

0 commit comments

Comments
 (0)