Rename the data_sources module to content

This commit is contained in:
sabaimran
2023-11-21 22:11:32 -08:00
parent 4cb28aeffb
commit 1e2af083f0
23 changed files with 20 additions and 20 deletions

View File

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