[python] PY-84398 move icon files to make the icon generator happy

GitOrigin-RevId: 1c678f53eea4732cc71739df3721513b351ddeb4
This commit is contained in:
Vladimir.Koshelev
2025-09-26 15:15:29 +00:00
committed by intellij-monorepo-bot
parent e862fc89e2
commit 3779e63fa2
8 changed files with 9 additions and 9 deletions
@@ -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;
@@ -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
@@ -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;
@@ -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
@@ -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;
@@ -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
@@ -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
@@ -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