Home | Trees | Indices | Help |
---|
|
1 from Ganga.Core.GangaRepository import addRegistry 2 3 from JobRegistry import JobRegistry 4 from BoxRegistry import BoxRegistry 5 6 addRegistry(JobRegistry("jobs", "General Job Registry")) 7 addRegistry(JobRegistry("templates", "Templates")) 8 addRegistry(BoxRegistry("box", "The Ganga box")) 9
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:39 2012 | http://epydoc.sourceforge.net |