Package glue
[hide private]
[frames] | no frames]

Source Code for Package glue

 1  # This file is part of the Grid LSC User Environment (GLUE) 
 2  # 
 3  # GLUE is free software: you can redistribute it and/or modify it under the 
 4  # terms of the GNU General Public License as published by the Free Software 
 5  # Foundation, either version 3 of the License, or (at your option) any later 
 6  # version. 
 7  # 
 8  # This program is distributed in the hope that it will be useful, but WITHOUT 
 9  # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
10  # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
11  # details. 
12  # 
13  # You should have received a copy of the GNU General Public License along with 
14  # this program.  If not, see <http://www.gnu.org/licenses/>. 
15   
16  """The Grid LSC User Environment (GLUE) 
17  """ 
18   
19  from . import git_version 
20   
21  __author__ = 'Duncan Brown <dbrown@ligo.caltech.edu>' 
22  __version__ = git_version.version 
23  __date__ = git_version.date 
24