minor cosmetic update

This commit is contained in:
Miroslav Stampar
2010-03-15 11:55:13 +00:00
parent a0ec447b7d
commit 8af7d6c58b
2 changed files with 4 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ def __createDumpDir():
if not os.path.isdir(conf.dumpPath):
os.makedirs(conf.dumpPath, 0755)
def createTargetDirs():
def __createTargetDirs():
"""
Create the output directory.
"""
@@ -232,5 +232,6 @@ def initTargetEnv():
kb.unionPosition = None
def setupTargetEnv():
__createTargetDirs()
__setRequestParams()
__setOutputResume()