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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user