coding stds

This commit is contained in:
Yann Leboulanger 2006-11-20 00:09:18 +00:00
parent 2ebf1309de
commit 0de0f31d91

View file

@ -172,7 +172,6 @@ class Connection(ConnectionHandlers):
self.new_account_info['hostname'] == data[0]:
# it's a new account
if not data[1]: # wrong answer
print self.connection.lastErr
self.dispatch('ACC_NOT_OK', (
_('Transport %s answered wrongly to register request.') % \
data[0]))