1
0
forked from VimPlug/jedi

Move namespace tests to examples

This commit is contained in:
Dave Halter
2020-01-12 00:51:27 +01:00
parent f3919823fb
commit 796a2b4df5
11 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
pass