module documentation
(source)

A release-automation toolkit.

Don't use this outside of Twisted.

Maintainer: Christopher Armstrong

Class ​Command​Failed Undocumented
Class ​Directory​Doesnt​Exist Some directory doesn't exist when it should.
Class ​Directory​Exists Some directory exists when it shouldn't.
Function run​Chdir​Safe Undocumented
Function sh I'll try to execute command, and if prompt is true, I'll ask before running it. If the command returns something other than 0, I'll raise CommandFailed(command).
def runChdirSafe(f, *args, **kw): (source)

Undocumented

def sh(command, null=True, prompt=False): (source)
I'll try to execute command, and if prompt is true, I'll ask before running it. If the command returns something other than 0, I'll raise CommandFailed(command).