[python] icons moved to com.jetbrains.python package, as whole community.python.impl must be there

GitOrigin-RevId: 8c3d1c920d0f34dbfe75399027cc348020a809dd
This commit is contained in:
Ilya.Kazakevich
2024-01-11 15:52:49 +01:00
committed by intellij-monorepo-bot
parent 5ed734ba22
commit 8cc30f7113
55 changed files with 208 additions and 130 deletions

View File

@@ -3,20 +3,14 @@ package com.jetbrains.python.facet;
import com.intellij.facet.Facet;
import com.intellij.facet.FacetType;
import com.intellij.framework.detection.FacetBasedFrameworkDetector;
import com.intellij.framework.detection.FileContentPattern;
import com.intellij.openapi.fileTypes.FileType;
import com.intellij.openapi.module.Module;
import com.intellij.openapi.module.ModuleType;
import com.intellij.openapi.projectRoots.ProjectJdkTable;
import com.intellij.openapi.projectRoots.Sdk;
import com.intellij.patterns.ElementPattern;
import com.intellij.util.indexing.FileContent;
import com.jetbrains.python.PyBundle;
import com.jetbrains.python.PythonFileType;
import com.jetbrains.python.module.PythonModuleType;
import com.jetbrains.python.sdk.PythonSdkType;
import icons.PythonIcons;
import com.jetbrains.python.icons.PythonIcons;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

View File

@@ -8,7 +8,7 @@ import com.intellij.ide.util.frameworkSupport.FrameworkSupportProvider;
import com.intellij.openapi.module.Module;
import com.intellij.openapi.module.ModuleType;
import com.jetbrains.python.module.PythonModuleType;
import icons.PythonIcons;
import com.jetbrains.python.icons.PythonIcons;
import org.jetbrains.annotations.NotNull;
import javax.swing.*;