mv PySignatureCacheManagerImpl to intellij.python.psi.impl

GitOrigin-RevId: eb8f8dbe0db9396ba9339d605ce726e99062dc15
This commit is contained in:
Petr Golubev
2020-11-17 16:45:17 +00:00
committed by intellij-monorepo-bot
parent 971515ab2d
commit 1e0a48cb6c
7 changed files with 20 additions and 20 deletions
@@ -10,6 +10,9 @@
<projectService serviceInterface="com.jetbrains.python.psi.PyPsiFacade"
serviceImplementation="com.jetbrains.python.psi.impl.PyPsiFacadeImpl"/>
<projectService serviceInterface="com.jetbrains.python.debugger.PySignatureCacheManager"
serviceImplementation="com.jetbrains.python.debugger.PySignatureCacheManagerImpl"/>
<stubIndex implementation="com.jetbrains.python.psi.stubs.PyClassNameIndex"/>
<stubIndex implementation="com.jetbrains.python.psi.stubs.PyClassNameIndexInsensitive"/>
<stubIndex implementation="com.jetbrains.python.psi.stubs.PyFunctionNameIndex"/>