moved api, parser and evaluate test directories to test_api, test_parser...

This commit is contained in:
Dave Halter
2014-01-29 21:16:18 +01:00
parent 021aae365d
commit 8660555d7b
31 changed files with 2 additions and 2 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