mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
remove now useless if __name__ == '__main__' checks and clean up the
old pelican script in bin
This commit is contained in:
parent
7c78f232b4
commit
8f7b08a01c
6 changed files with 1 additions and 14 deletions
|
|
@ -158,7 +158,3 @@ def main():
|
|||
raise
|
||||
else:
|
||||
sys.exit(getattr(e, 'exitcode', 1))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue