equal
deleted
inserted
replaced
116 this may be a programming/typo or a misconfiguration error |
116 this may be a programming/typo or a misconfiguration error |
117 """ |
117 """ |
118 |
118 |
119 class NoSelectableObject(RegistryException): |
119 class NoSelectableObject(RegistryException): |
120 """some views with the given vid have been found but no |
120 """some views with the given vid have been found but no |
121 one is applyable to the result set |
121 one is applicable to the result set |
122 """ |
122 """ |
123 |
123 |
124 class UnknownProperty(RegistryException): |
124 class UnknownProperty(RegistryException): |
125 """property found in database but unknown in registry""" |
125 """property found in database but unknown in registry""" |
126 |
126 |