diff --git a/chatter/chatterbot/storage/django_storage.py b/chatter/chatterbot/storage/django_storage.py index dea6a82..5e11fc6 100644 --- a/chatter/chatterbot/storage/django_storage.py +++ b/chatter/chatterbot/storage/django_storage.py @@ -1,5 +1,5 @@ -from chatterbot.storage import StorageAdapter -from chatterbot import constants +from chatter.chatterbot.storage import StorageAdapter +from chatter.chatterbot import constants class DjangoStorageAdapter(StorageAdapter):