mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
fixed case sensitive dir name in test data
GitOrigin-RevId: 44f223ed087eaec0820a2f11d5fd628538b7137a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
362886ab2b
commit
d76fed8eba
@@ -0,0 +1,2 @@
|
||||
def bar_func():
|
||||
pass
|
||||
@@ -0,0 +1,2 @@
|
||||
def baz_func():
|
||||
pass
|
||||
@@ -0,0 +1,5 @@
|
||||
from foo.baz import baz_func
|
||||
from .bar import bar_func
|
||||
|
||||
if __name__ == '__main__':
|
||||
pass
|
||||
@@ -0,0 +1,4 @@
|
||||
from .bar import bar_func
|
||||
|
||||
if __name__ == '__main__':
|
||||
pass
|
||||
Reference in New Issue
Block a user