~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/sys_mgmt/system_management.py

  • Committer: Lee Bieber
  • Date: 2011-03-03 02:21:26 UTC
  • mfrom: (2211.3.2 dbqp_kewpie)
  • mto: This revision was merged to the branch mainline in revision 2216.
  • Revision ID: kalebral@gmail.com-20110303022126-hq6e3le9w0uonu5e
Merge Patrick - 727506: Can't run dbqp on rhel 5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
import os
35
35
import sys
36
36
import copy
37
 
from uuid import uuid4
38
37
import shutil
39
38
import getpass
40
39
import commands
41
40
 
 
41
from lib.uuid import uuid4
42
42
from lib.sys_mgmt.port_management import portManager
43
43
from lib.sys_mgmt.logging_management import loggingManager
44
44
from lib.sys_mgmt.time_management import timeManager