Ashish has proposed merging lp:~coolyashish/mailman.client/mailman.client into lp:mailman.client.
Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~coolyashish/mailman.client/mailman.client/+merge/252213 -- Your team Mailman Coders is requested to review the proposed merge of lp:~coolyashish/mailman.client/mailman.client into lp:mailman.client.
=== modified file 'src/mailmanclient/_client.py' --- src/mailmanclient/_client.py 2015-01-04 22:43:40 +0000 +++ src/mailmanclient/_client.py 2015-03-08 10:24:45 +0000 @@ -238,7 +238,7 @@ def get_user(self, address): response, content = self._connection.call( - 'users/{0}'.format(address)) + 'user/{0}'.format(address)) return _User(self._connection, content['self_link']) def get_address(self, address):
_______________________________________________ Mailman-coders mailing list Mailman-coders@python.org https://mail.python.org/mailman/listinfo/mailman-coders