diff --git a/email_reply_parser/__init__.py b/email_reply_parser/__init__.py index cb0f1bf..745c5f4 100644 --- a/email_reply_parser/__init__.py +++ b/email_reply_parser/__init__.py @@ -48,7 +48,7 @@ def __init__(self, text, language): self._MULTI_QUOTE_HDR_REGEX = None self.MULTI_QUOTE_HDR_REGEX = None self.MULTI_QUOTE_HDR_REGEX_MULTILINE = None - with open("languages_support.json", "r") as read_file: + with open("../support/languages_support.json", "r") as read_file: self.words_diff_languages = json.load(read_file) self.language = language self.set_regex()