revert [10361]: doesn't work in a non-utf-8 environment

This commit is contained in:
Yann Leboulanger 2008-08-31 12:24:45 +00:00
parent 0ce5c0678e
commit ab694e09ee
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class IdleCommand(IdleObject):
# if it is True, we can safetely execute the command
self.canexecute = True
self.idlequeue = None
self.result = u''
self.result = ''
def set_idlequeue(self, idlequeue):
self.idlequeue = idlequeue