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

@@ -5,7 +5,7 @@ from urllib.parse import quote
import pytest
from khoj.database.models import KhojApiUser, KhojUser
from khoj.processor.data_sources.org_mode.org_to_entries import OrgToEntries
from khoj.processor.content.org_mode.org_to_entries import OrgToEntries
# Internal Packages
from khoj.search_type import text_search