pep8
This commit is contained in:
@@ -25,10 +25,10 @@ def sequential_rep(text_, *args):
|
||||
|
||||
return text_
|
||||
|
||||
|
||||
def replaceLTGT(text_):
|
||||
"""if fit name contained "<" or ">" then reprace to named html entity by EVE client.
|
||||
|
||||
for fit name.
|
||||
"""
|
||||
return text_.replace("<", "<").replace(">", ">") if isinstance(text_, unicode) else text_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user