diff --git a/hebrew_numbers/__init__.py b/hebrew_numbers/__init__.py index dca5853..c571b77 100644 --- a/hebrew_numbers/__init__.py +++ b/hebrew_numbers/__init__.py @@ -3,7 +3,7 @@ import io import yaml -PROJ_PATH = path.sep.join(__file__.split(path.sep)[:-2]) +PROJ_PATH = path.sep.join(__file__.split(path.sep)[:-1]) DATA_PATH = path.join( PROJ_PATH, 'hebrew-special-numbers-default.yml') specialnumbers = yaml.safe_load(io.open(DATA_PATH, encoding='utf8'))