From 5a4ecaddb41f6085ea43127376e519bf2454236a Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Fri, 21 Sep 2012 01:40:57 +0200 Subject: change Account.__repr__ --- account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'account.py') diff --git a/account.py b/account.py index ef70d9d..d29755c 100644 --- a/account.py +++ b/account.py @@ -213,8 +213,8 @@ class Account: self.new_password_services = {} - def __str__(self): - return "Account(uid=%s)" % self.uid + def __repr__(self): + return "" % self.uid def change_password(self, new_password, service = None): -- cgit v1.2.3-1-g7c22