##// END OF EJS Templates
safehasattr: pass attribute name as string instead of bytes...
marmoute -
r51448:b0e3f150 default
parent child Browse files
Show More
@@ -603,7 +603,7 b' class chgcmdserver(commandserver.server)'
603 }
603 }
604 )
604 )
605
605
606 if util.safehasattr(procutil, b'setprocname'):
606 if util.safehasattr(procutil, 'setprocname'):
607
607
608 def setprocname(self):
608 def setprocname(self):
609 """Change process title"""
609 """Change process title"""
General Comments 0
You need to be logged in to leave comments. Login now