Home | Trees | Indices | Help |
---|
|
1 """ 2 Provides Persistency and the base class for all Registries 3 Also, a list of all Registries is kept here 4 """ 5 import GangaRepository 6 from GangaRepository import RepositoryError 7 from Registry import RegistryError, RegistryAccessError, RegistryKeyError, RegistryLockError, ObjectNotInRegistryError 8 9 allRegistries = {} 12 15 18
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:34 2012 | http://epydoc.sourceforge.net |