Ensure the output is the ?code? directory below this module

This commit is contained in:
markm 2010-12-19 14:22:36 +09:00
parent 121d84342b
commit e13b92d77b

@ -17,7 +17,7 @@ excluded_files = [
"win32structures.py",
"win32functions.py"]
output_folder = "code"
output_folder = os.path.join(docs_folder, "code")
try:
os.mkdir(output_folder)