[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

@@ -18,7 +18,7 @@ import com.jetbrains.python.PyBundle;
import com.jetbrains.python.PyNames;
import com.jetbrains.python.facet.PythonFacetSettings;
import com.jetbrains.python.sdk.PythonSdkType;
import icons.PythonIcons;
import com.jetbrains.python.icons.PythonIcons;
import org.jdom.Element;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;