Move text_to_entries under the new content folder

This commit is contained in:
sabaimran
2023-11-21 22:25:17 -08:00
parent 1e2af083f0
commit c652a7fd2d
10 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import os
# Internal Packages
from khoj.processor.content.org_mode.org_to_entries import OrgToEntries
from khoj.processor.text_to_entries import TextToEntries
from khoj.processor.content.text_to_entries import TextToEntries
from khoj.utils.helpers import is_none_or_empty
from khoj.utils.rawconfig import Entry
from khoj.utils.fs_syncer import get_org_files