Revert "[entropy.exceptions] introduce RepositoryLocked exception, raised (and never caught) if EntropyRepository repository data structures are exclusively locked"

This reverts commit c3d5bbef4d.
This commit is contained in:
Fabio Erculiani
2011-03-05 12:38:35 +01:00
parent a89d9b3a09
commit aba51202ff
-3
View File
@@ -66,9 +66,6 @@ class DependenciesNotRemovable(EntropyException):
class RepositoryError(EntropyException):
"""Cannot open repository database"""
class RepositoryLocked(RepositoryError):
""" Repository is locked by an exclusive lock """
class RepositoryPluginError(EntropyException):
"""Error during EntropyRepositoryPlugin hook execution"""