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

@ -270,6 +270,3 @@ Please answer the following questions so this script can generate the files need
print('Error: {0}'.format(e))
print('Done. Your new project is available at %s' % CONF['basedir'])
if __name__ == '__main__':
main()