1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-19 12:43:35 +02:00

Moved misc functions from polyglot package to single polyglot module.

This commit is contained in:
2021-05-25 19:06:31 +02:00
parent f46984267e
commit f47376830f
32 changed files with 244 additions and 219 deletions

View File

@@ -1,5 +1,9 @@
import os, sys, re
import fcntl, termios, struct
import fcntl
import os
import re
import struct
import sys
import termios
def fmt(code):