Home | Trees | Indices | Help |
|
---|
|
1 # Copyright (C) 2010 Peter Couvares 2 # 3 # This program is free software; you can redistribute it and/or modify it 4 # under the terms of the GNU General Public License as published by the 5 # Free Software Foundation; either version 3 of the License, or (at your 6 # option) any later version. 7 # 8 # This program is distributed in the hope that it will be useful, but 9 # WITHOUT ANY WARRANTY; without even the implied warranty of 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 11 # Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along 14 # with this program; if not, write to the Free Software Foundation, Inc., 15 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 17 # 18 # ============================================================================= 19 # 20 # Preamble 21 # 22 # ============================================================================= 23 # 24 25 """ 26 Utilities for working with Metronome build and test runs 27 """ 28 29 from glue import git_version 30 31 __author__ = "Peter Couvares <pfcouvar@syr.edu>" 32 __version__ = "git id %s" % git_version.id 33 __date__ = git_version.date 34 35 __all__ = [ 36 'util', 37 'opts', 38 ] 39
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:22 2017 | http://epydoc.sourceforge.net |