Reorder imports in navigation footer script

This commit is contained in:
erin 2023-12-23 06:07:52 +10:00 committed by Alex Cabal
parent 40b3ed1340
commit 776d42b565

View file

@ -1,11 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import argparse import argparse
import os
import html import html
import os
import se import se
import se.se_epub
import se.easy_xml import se.easy_xml
import se.se_epub
# Require arguments # Require arguments
parser = argparse.ArgumentParser(description="A script to inject the navigation footer with links in the web version of a Standard Ebook") parser = argparse.ArgumentParser(description="A script to inject the navigation footer with links in the web version of a Standard Ebook")