Rename module

This commit is contained in:
KnugiHK
2024-07-13 13:52:07 +08:00
parent b301dd22d0
commit 6e37061e71
3 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ else:
vcards_deps_installed = True
from Whatsapp_Chat_Exporter import exported_handler, android_handler
from Whatsapp_Chat_Exporter import ios_handler, ios_media_handler
from Whatsapp_Chat_Exporter.contacts_names_from_vcards import ContactsFromVCards
from Whatsapp_Chat_Exporter.contacts_from_vcards import ContactsFromVCards
from Whatsapp_Chat_Exporter.data_model import ChatStore
from Whatsapp_Chat_Exporter.utility import APPLE_TIME, Crypt, DbType, is_chat_empty
from Whatsapp_Chat_Exporter.utility import check_update, import_from_json

View File

@@ -1,6 +1,6 @@
# from contacts_names_from_vcards import readVCardsFile
from Whatsapp_Chat_Exporter.contacts_names_from_vcards import normalize_number, read_vcards_file
from Whatsapp_Chat_Exporter.contacts_from_vcards import normalize_number, read_vcards_file
def test_readVCardsFile():