mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-01 18:03:35 +02:00
Removed int_to_byte function
This commit is contained in:
@@ -32,9 +32,5 @@ def cmp(a, b):
|
||||
return (a > b) - (a < b)
|
||||
|
||||
|
||||
def int_to_byte(x):
|
||||
return bytes((x,))
|
||||
|
||||
|
||||
def reload(module):
|
||||
return importlib.reload(module)
|
||||
|
||||
Reference in New Issue
Block a user