Skip to content

Commit 0b2b2df

Browse files
authored
Merge pull request #211 from lcnetdev/test
Test
2 parents 1e480d7 + e95bf7b commit 0b2b2df

16 files changed

Lines changed: 578944 additions & 98625 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)