From 9befc3dd9a93d1159c7ef8a6d7db0f4f47ae412e Mon Sep 17 00:00:00 2001 From: Przemyslaw Gajda Date: Sun, 22 Apr 2012 22:47:58 +0200 Subject: bugfix --- mox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mox.py b/mox.py index 2ffdf90..096a202 100755 --- a/mox.py +++ b/mox.py @@ -167,7 +167,7 @@ class PrivateAttributeError(Error): def __str__(self): return ("Attribute '%s' is private and should not be available in a mock " - "object." % attr) + "object." % self._attr) class ExpectedMockCreationError(Error): -- cgit v1.2.1