Rewowrking on the eve_proxy application, more resilient

This commit is contained in:
2010-11-12 09:36:48 +00:00
parent b620366d6d
commit 20cbfe352a
3 changed files with 71 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ class DocumentRetrievalError(Exception):
self.value = value
def __str__(self):
return self.__doc_ % value_
return self.__doc__ % value
class InvalidDocument(Exception):
"""