Drop .decode from UTF8_TEST_STRING
This commit is contained in:
parent
991091c287
commit
d72603229e
@ -34,7 +34,7 @@ from pylorax.api.dnfbase import get_base_object
|
|||||||
from pylorax.sysutils import joinpaths
|
from pylorax.sysutils import joinpaths
|
||||||
|
|
||||||
# Used for testing UTF-8 input support
|
# Used for testing UTF-8 input support
|
||||||
UTF8_TEST_STRING = "I w𝒊ll 𝟉ο𝘁 𝛠a𝔰ꜱ 𝘁𝒉𝝸𝚜".decode("utf-8")
|
UTF8_TEST_STRING = "I w𝒊ll 𝟉ο𝘁 𝛠a𝔰ꜱ 𝘁𝒉𝝸𝚜"
|
||||||
|
|
||||||
def get_system_repo():
|
def get_system_repo():
|
||||||
"""Get an enabled system repo from /etc/yum.repos.d/*repo
|
"""Get an enabled system repo from /etc/yum.repos.d/*repo
|
||||||
|
Loading…
Reference in New Issue
Block a user