Raw File
__init__.py
#!/usr/bin/env python
# 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 
#  <LicenseText>
# 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 

def copyright():
    return "CitcomS pyre module: Copyright (c) 1998-2003 California Institute of Technology";


# version
__id__ = "$Id: __init__.py,v 1.2 2003/06/12 18:25:14 tan2 Exp $"

#  End of file 
back to top