mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Reorder imports in navigation footer script
This commit is contained in:
parent
40b3ed1340
commit
776d42b565
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import html
|
||||
import os
|
||||
import se
|
||||
import se.se_epub
|
||||
import se.easy_xml
|
||||
import se.se_epub
|
||||
|
||||
# Require arguments
|
||||
parser = argparse.ArgumentParser(description="A script to inject the navigation footer with links in the web version of a Standard Ebook")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue