mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-19 20:53:35 +02:00
Removed another wrapper on stdlib
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
import importlib
|
||||
import os
|
||||
|
||||
|
||||
def hasenv(x):
|
||||
return os.getenv(x) is not None
|
||||
|
||||
|
||||
def as_bytes(x, encoding='utf-8'):
|
||||
|
||||
Reference in New Issue
Block a user