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,7 @@
import not_in_sys_path
import not_in_sys_path_package
from not_in_sys_path_package import module
not_in_sys_path.value
not_in_sys_path_package.value
module.value