mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-07 05:23:34 +02:00
Removed another unicode/string nonsense
This commit is contained in:
@@ -2,10 +2,6 @@ import importlib
|
||||
import os
|
||||
|
||||
|
||||
native_string_type = str
|
||||
iterkeys = iter
|
||||
|
||||
|
||||
def hasenv(x):
|
||||
return os.getenv(x) is not None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user