mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-20 04:21:13 +08:00
Move namespace tests to examples
This commit is contained in:
4
test/examples/nested_namespaces/namespace/__init__.py
Normal file
4
test/examples/nested_namespaces/namespace/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
except ImportError:
|
||||
pass
|
||||
Reference in New Issue
Block a user