1
0
forked from VimPlug/jedi

move more test files to specific directories

This commit is contained in:
Dave Halter
2014-01-29 20:50:09 +01:00
parent 78114b12e9
commit 021aae365d
15 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
foo = 'ns1!'
# this is a namespace package
try:
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

View File

@@ -0,0 +1 @@
foo = 'ns1_file!'

View File

@@ -0,0 +1 @@
foo = 'ns1_folder!'

View File

@@ -0,0 +1 @@
foo = 'ns2_file!'

View File

@@ -0,0 +1 @@
foo = 'ns2_folder!'

View File

@@ -0,0 +1 @@
foo = 'nested!'