Move scanners in its own directory. Dir base-tests -> base_tests so we

can import from that.
This commit is contained in:
rocky
2015-12-14 08:48:59 -05:00
parent f595f659ad
commit b5797dfa0f
61 changed files with 213 additions and 277 deletions

View File

@@ -70,7 +70,7 @@ test_options = {
'ok-2.7': [os.path.join(src_dir, 'ok_2.7'),
PYC, 'ok-2.7', 2.7],
'base-2.7': [os.path.join(src_dir, 'base-tests', 'python2.7'),
'base-2.7': [os.path.join(src_dir, 'base_tests', 'python2.7'),
PYC, 'base_2.7', 2.7],
}