mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
python-psi-impl extracted
GitOrigin-RevId: e3d808c147ac793701c7b628dbf825a99bb71f2a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
55fbfb54c2
commit
a0bc048dcc
@@ -26,7 +26,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
import javax.swing.*;
|
||||
import java.util.List;
|
||||
|
||||
import static com.jetbrains.python.PythonModuleTypeBase.PYTHON_MODULE;
|
||||
import static com.jetbrains.python.PyNames.PYTHON_MODULE_ID;
|
||||
|
||||
/**
|
||||
* @author traff
|
||||
@@ -64,7 +64,7 @@ public class PythonFacetType extends FacetType<PythonFacet, PythonFacetType.Pyth
|
||||
|
||||
@Override
|
||||
public boolean isSuitableModuleType(ModuleType moduleType) {
|
||||
return !(moduleType.getId().equals(PYTHON_MODULE));
|
||||
return !(moduleType.getId().equals(PYTHON_MODULE_ID));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user