Package Ganga :: Package GPIDev :: Package Lib :: Package Registry
[hide private]
[frames] | no frames]

Source Code for Package Ganga.GPIDev.Lib.Registry

 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