Prettify output and fix copy of static files.

This commit is contained in:
Alexis Metaireau 2010-10-30 01:26:58 +01:00
commit 536245b006
2 changed files with 10 additions and 5 deletions

View file

@ -25,4 +25,4 @@ if __name__ == '__main__':
args = parser.parse_args()
gen = ArticlesGenerator(args.settings)
gen.generate(args.path, args.theme, args.output, args.markup)
print 'Done !'
print "Enjoy !"