Mercurial > libervia-backend
changeset 559:bdcd8c6c4ed4
core: renamed badly named ConnectedProfileError
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 16 Dec 2012 18:02:43 +0100 |
parents | 626e85e46d7c |
children | 7ffae708b176 |
files | src/core/exceptions.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/exceptions.py Sun Dec 16 18:01:50 2012 +0100 +++ b/src/core/exceptions.py Sun Dec 16 18:02:43 2012 +0100 @@ -25,7 +25,7 @@ class ProfileNotInCacheError(Exception): pass -class ConnectedProfileError(Exception): +class NotConnectedProfileError(Exception): pass class UnknownEntityError(Exception):