Drop .decode from UTF8_TEST_STRING
This commit is contained in:
parent
2b0f9c4bd7
commit
a034b205aa
@ -34,7 +34,7 @@ from pylorax.api.dnfbase import get_base_object
|
||||
from pylorax.sysutils import joinpaths
|
||||
|
||||
# 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():
|
||||
"""Get an enabled system repo from /etc/yum.repos.d/*repo
|
||||
|
Loading…
Reference in New Issue
Block a user