diff --git a/ling508/app/__init__.py b/app/__init__.py similarity index 100% rename from ling508/app/__init__.py rename to app/__init__.py diff --git a/ling508/app/clex_importer.py b/app/clex_importer.py similarity index 100% rename from ling508/app/clex_importer.py rename to app/clex_importer.py diff --git a/ling508/app/doc_manager.py b/app/doc_manager.py similarity index 100% rename from ling508/app/doc_manager.py rename to app/doc_manager.py diff --git a/ling508/app/doc_scrapper.py b/app/doc_scrapper.py similarity index 100% rename from ling508/app/doc_scrapper.py rename to app/doc_scrapper.py diff --git a/ling508/app/gen_clex_uuid.py b/app/gen_clex_uuid.py similarity index 100% rename from ling508/app/gen_clex_uuid.py rename to app/gen_clex_uuid.py diff --git a/ling508/app/gen_uuid.py b/app/gen_uuid.py similarity index 100% rename from ling508/app/gen_uuid.py rename to app/gen_uuid.py diff --git a/ling508/app/lexicon_manager.py b/app/lexicon_manager.py similarity index 100% rename from ling508/app/lexicon_manager.py rename to app/lexicon_manager.py diff --git a/ling508/app/mysql_repository.py b/app/mysql_repository.py similarity index 100% rename from ling508/app/mysql_repository.py rename to app/mysql_repository.py diff --git a/ling508/app/nlp_processor.py b/app/nlp_processor.py similarity index 100% rename from ling508/app/nlp_processor.py rename to app/nlp_processor.py diff --git a/ling508/app/repository.py b/app/repository.py similarity index 100% rename from ling508/app/repository.py rename to app/repository.py diff --git a/ling508/app/sent_manager.py b/app/sent_manager.py similarity index 100% rename from ling508/app/sent_manager.py rename to app/sent_manager.py diff --git a/ling508/app/stix_importer.py b/app/stix_importer.py similarity index 100% rename from ling508/app/stix_importer.py rename to app/stix_importer.py diff --git a/tests/test_gen_clex_uuid.py b/tests/test_gen_clex_uuid.py index cd71245..8ee6663 100644 --- a/tests/test_gen_clex_uuid.py +++ b/tests/test_gen_clex_uuid.py @@ -6,7 +6,7 @@ # Import the main function from gen_clex_uuid sys.path.insert(0, '../app') -from ling508.app.gen_clex_uuid import main +from app.gen_clex_uuid import main # Define test cases test_cases = [