~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/dbqp.py

  • Committer: patrick crews
  • Date: 2011-06-16 21:55:55 UTC
  • mto: (2429.2.1 dbqp_revamp)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: gleebix@gmail.com-20110616215555-m2alhbmtvvv3h7dq
Additional tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
import sys
37
37
 
38
38
import lib.dbqp_opts.test_run_options as test_run_options
39
 
from lib.test_mode import handle_mode
 
39
from lib.dbqp_modes.test_mode import handle_mode
40
40
from lib.server_mgmt.server_management import serverManager
41
41
from lib.sys_mgmt.system_management import systemManager
42
42
from lib.test_mgmt.execution_management import executionManager