Package Ganga :: Package GPIDev :: Package Base
[hide private]
[frames] | no frames]

Source Code for Package Ganga.GPIDev.Base

1  """ 
2  Definition of GPI base objects and proxies. 
3  """ 
4   
5  from Objects import GangaObject 
6  from Proxy import GangaException, GangaAttributeError, ProtectedAttributeError, ReadOnlyObjectError 
7