minor UI fixes

This commit is contained in:
Martinez 2017-01-19 11:30:48 +01:00
parent f219f45c45
commit 2a2a26977a
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ textui = aux.DeprecationForwarder(text, "over.core.textui", "over.text")
for module in [types]:
if module.__file__[-2:] == "py":
print("<r>unable to load C implementation<.> of <y>%s<.>, falling back to pure Python instead" %(module.__name__), print.tl.warn)
print("<r>unable to load C implementation<.> of <c>%s<.>, falling back to pure Python instead" %(module.__name__), print.tl.warn)