mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Merge branch 'vlan/python-fixes'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from pkg1 import m1
|
||||
|
||||
print(m1)
|
||||
# <ref>
|
||||
@@ -0,0 +1 @@
|
||||
__all__ = ['m1']
|
||||
@@ -0,0 +1,2 @@
|
||||
def foo():
|
||||
pass
|
||||
Reference in New Issue
Block a user