remove now useless if __name__ == '__main__' checks and clean up the

old pelican script in bin
This commit is contained in:
Andrea Crotti 2012-03-07 10:38:08 +00:00
commit 8f7b08a01c
6 changed files with 1 additions and 14 deletions

View file

@ -269,6 +269,7 @@ def main():
error("Couldn't create the output folder: " + args.output)
exit()
# TODO: refactor this long assignment
input_type, input, out_markup, output_path, dircat=False = input_type, args.input, args.markup, args.output, args.dircat
if input_type == 'wordpress':