diff --git a/python/huggingFace/gen/com/intellij/python/community/impl/huggingFace/PythonCommunityImplHuggingFaceIcons.java b/python/huggingFace/gen/com/intellij/python/community/impl/huggingFace/icons/PythonCommunityImplHuggingFaceIcons.java similarity index 91% rename from python/huggingFace/gen/com/intellij/python/community/impl/huggingFace/PythonCommunityImplHuggingFaceIcons.java rename to python/huggingFace/gen/com/intellij/python/community/impl/huggingFace/icons/PythonCommunityImplHuggingFaceIcons.java index 2560a497c031..068327b80bf6 100644 --- a/python/huggingFace/gen/com/intellij/python/community/impl/huggingFace/PythonCommunityImplHuggingFaceIcons.java +++ b/python/huggingFace/gen/com/intellij/python/community/impl/huggingFace/icons/PythonCommunityImplHuggingFaceIcons.java @@ -1,5 +1,5 @@ -// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -package com.intellij.python.community.impl.huggingFace; +// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. +package com.intellij.python.community.impl.huggingFace.icons; import com.intellij.ui.IconManager; import org.jetbrains.annotations.NotNull; diff --git a/python/huggingFace/src/com/intellij/python/community/impl/huggingFace/documentation/HuggingFaceDocumentationTarget.kt b/python/huggingFace/src/com/intellij/python/community/impl/huggingFace/documentation/HuggingFaceDocumentationTarget.kt index 30b4b8530e3b..bb05de98aaec 100644 --- a/python/huggingFace/src/com/intellij/python/community/impl/huggingFace/documentation/HuggingFaceDocumentationTarget.kt +++ b/python/huggingFace/src/com/intellij/python/community/impl/huggingFace/documentation/HuggingFaceDocumentationTarget.kt @@ -12,7 +12,7 @@ import com.intellij.psi.createSmartPointer import com.intellij.python.community.impl.huggingFace.HuggingFaceConstants import com.intellij.python.community.impl.huggingFace.HuggingFaceEntityKind import com.intellij.python.community.impl.huggingFace.HuggingFaceUtil -import com.intellij.python.community.impl.huggingFace.PythonCommunityImplHuggingFaceIcons +import com.intellij.python.community.impl.huggingFace.icons.PythonCommunityImplHuggingFaceIcons import com.intellij.python.community.impl.huggingFace.annotation.HuggingFaceIdentifierPsiElement import com.intellij.python.community.impl.huggingFace.api.HuggingFaceApi.fetchOrRetrieveModelCard import com.intellij.python.community.impl.huggingFace.cache.HuggingFaceDatasetsCache diff --git a/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/PycharmCommunityIdeImplIcons.java b/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/icons/PycharmCommunityIdeImplIcons.java similarity index 95% rename from python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/PycharmCommunityIdeImplIcons.java rename to python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/icons/PycharmCommunityIdeImplIcons.java index 5dc4c45f7b5b..6b780f47efc5 100644 --- a/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/PycharmCommunityIdeImplIcons.java +++ b/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/icons/PycharmCommunityIdeImplIcons.java @@ -1,5 +1,5 @@ // Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -package com.intellij.pycharm.community.ide.impl; +package com.intellij.pycharm.community.ide.impl.icons; import com.intellij.ui.IconManager; import org.jetbrains.annotations.NotNull; diff --git a/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/welcomeScreen/PyCharmWelcomeRightTabContentProvider.kt b/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/welcomeScreen/PyCharmWelcomeRightTabContentProvider.kt index 267ba5c675ed..bf270a911fb0 100644 --- a/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/welcomeScreen/PyCharmWelcomeRightTabContentProvider.kt +++ b/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/welcomeScreen/PyCharmWelcomeRightTabContentProvider.kt @@ -15,7 +15,7 @@ import com.intellij.openapi.project.Project import com.intellij.openapi.wm.impl.welcomeScreen.learnIde.editorTab.LearnIdeEditorTab import com.intellij.platform.ide.nonModalWelcomeScreen.rightTab.WelcomeRightTabContentProvider import com.intellij.platform.ide.nonModalWelcomeScreen.rightTab.WelcomeScreenRightTab -import com.intellij.pycharm.community.ide.impl.PycharmCommunityIdeImplIcons +import com.intellij.pycharm.community.ide.impl.icons.PycharmCommunityIdeImplIcons import com.intellij.pycharm.community.ide.impl.miscProject.MiscFileType import com.intellij.pycharm.community.ide.impl.miscProject.PyMiscService import com.intellij.pycharm.community.ide.impl.miscProject.impl.MiscScriptFileType diff --git a/python/services/system-python/gen/com/intellij/python/community/services/systemPython/PythonCommunityServicesSystemPythonIcons.java b/python/services/system-python/gen/com/intellij/python/community/services/systemPython/icons/PythonCommunityServicesSystemPythonIcons.java similarity index 94% rename from python/services/system-python/gen/com/intellij/python/community/services/systemPython/PythonCommunityServicesSystemPythonIcons.java rename to python/services/system-python/gen/com/intellij/python/community/services/systemPython/icons/PythonCommunityServicesSystemPythonIcons.java index 320cb2a7fdca..0899b98db5c1 100644 --- a/python/services/system-python/gen/com/intellij/python/community/services/systemPython/PythonCommunityServicesSystemPythonIcons.java +++ b/python/services/system-python/gen/com/intellij/python/community/services/systemPython/icons/PythonCommunityServicesSystemPythonIcons.java @@ -1,5 +1,5 @@ // Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -package com.intellij.python.community.services.systemPython; +package com.intellij.python.community.services.systemPython.icons; import com.intellij.ui.IconManager; import org.jetbrains.annotations.NotNull; diff --git a/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/AsdfSystemProvider.kt b/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/AsdfSystemProvider.kt index d1b821a48188..823d79d9be2a 100644 --- a/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/AsdfSystemProvider.kt +++ b/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/AsdfSystemProvider.kt @@ -7,7 +7,7 @@ import com.intellij.platform.eel.getOrNull import com.intellij.platform.eel.path.EelPath import com.intellij.platform.eel.provider.asNioPath import com.intellij.python.community.services.shared.UICustomization -import com.intellij.python.community.services.systemPython.PythonCommunityServicesSystemPythonIcons +import com.intellij.python.community.services.systemPython.icons.PythonCommunityServicesSystemPythonIcons import com.intellij.python.community.services.systemPython.SystemPythonProvider import com.jetbrains.python.PythonBinary import com.jetbrains.python.errorProcessing.PyResult diff --git a/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/BrewSystemPythonProvider.kt b/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/BrewSystemPythonProvider.kt index d9cdb216b1d8..2a86f82090a8 100644 --- a/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/BrewSystemPythonProvider.kt +++ b/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/BrewSystemPythonProvider.kt @@ -5,7 +5,7 @@ import com.intellij.openapi.diagnostic.Logger import com.intellij.platform.eel.EelApi import com.intellij.platform.eel.isMac import com.intellij.python.community.services.shared.UICustomization -import com.intellij.python.community.services.systemPython.PythonCommunityServicesSystemPythonIcons +import com.intellij.python.community.services.systemPython.icons.PythonCommunityServicesSystemPythonIcons import com.intellij.python.community.services.systemPython.SystemPythonProvider import com.jetbrains.python.PythonBinary import com.jetbrains.python.errorProcessing.PyResult diff --git a/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/PyenvSystemPythonProvider.kt b/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/PyenvSystemPythonProvider.kt index 1f785118c841..1f0223f687a4 100644 --- a/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/PyenvSystemPythonProvider.kt +++ b/python/services/system-python/src/com/intellij/python/community/services/systemPython/impl/providers/PyenvSystemPythonProvider.kt @@ -7,7 +7,7 @@ import com.intellij.platform.eel.getOrNull import com.intellij.platform.eel.path.EelPath import com.intellij.platform.eel.provider.asNioPath import com.intellij.python.community.services.shared.UICustomization -import com.intellij.python.community.services.systemPython.PythonCommunityServicesSystemPythonIcons +import com.intellij.python.community.services.systemPython.icons.PythonCommunityServicesSystemPythonIcons import com.intellij.python.community.services.systemPython.SystemPythonProvider import com.jetbrains.python.PythonBinary import com.jetbrains.python.errorProcessing.PyResult