Package buildbot :: Package slave :: Package commands :: Module utils
[frames] | no frames]

Module utils

source code

Functions
 
getCommand(name) source code
 
rmdirRecursive(dir)
This is a replacement for shutil.rmtree that works better under windows.
source code
Function Details

rmdirRecursive(dir)

source code 

This is a replacement for shutil.rmtree that works better under windows. Thanks to Bear at the OSAF for the code.