~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: patrick crews
  • Date: 2011-03-02 20:47:21 UTC
  • mto: (2215.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2216.
  • Revision ID: gleebix@gmail.com-20110302204721-lsy7ou0otlufbjc0
Including uuid module so we can work with red hat...grr.  We could require packages and whatnot, but just inlcuding the small file until such time as redhat moves to python 2.5 seems good

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