forked from VimPlug/jedi
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