_exceptions.py
branchstable
changeset 5273 c4caef6f09c9
parent 5032 e3fa27fc0d9a
child 5274 16461f675734
child 5421 8167de96c523
--- a/_exceptions.py	Thu Apr 15 12:04:48 2010 +0200
+++ b/_exceptions.py	Thu Apr 15 12:47:29 2010 +0200
@@ -125,8 +125,6 @@
 class UnknownProperty(RegistryException):
     """property found in database but unknown in registry"""
 
-class RegistryOutOfDate(RegistryException):
-    """raised when a source file modification is detected"""
 
 # query exception #############################################################