root / qa / __init__.py @ 31d3b918
History | View | Annotate | Download (810 Bytes)
1 | 3d371913 | Michael Hanselmann | #
|
---|---|---|---|
2 | 3d371913 | Michael Hanselmann | #
|
3 | 3d371913 | Michael Hanselmann | |
4 | 3d371913 | Michael Hanselmann | # Copyright (C) 2012 Google Inc.
|
5 | 3d371913 | Michael Hanselmann | #
|
6 | 3d371913 | Michael Hanselmann | # This program is free software; you can redistribute it and/or modify
|
7 | 3d371913 | Michael Hanselmann | # it under the terms of the GNU General Public License as published by
|
8 | 3d371913 | Michael Hanselmann | # the Free Software Foundation; either version 2 of the License, or
|
9 | 3d371913 | Michael Hanselmann | # (at your option) any later version.
|
10 | 3d371913 | Michael Hanselmann | #
|
11 | 3d371913 | Michael Hanselmann | # This program is distributed in the hope that it will be useful, but
|
12 | 3d371913 | Michael Hanselmann | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
13 | 3d371913 | Michael Hanselmann | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
14 | 3d371913 | Michael Hanselmann | # General Public License for more details.
|
15 | 3d371913 | Michael Hanselmann | #
|
16 | 3d371913 | Michael Hanselmann | # You should have received a copy of the GNU General Public License
|
17 | 3d371913 | Michael Hanselmann | # along with this program; if not, write to the Free Software
|
18 | 3d371913 | Michael Hanselmann | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
19 | 3d371913 | Michael Hanselmann | # 02110-1301, USA.
|
20 | 3d371913 | Michael Hanselmann | |
21 | 3d371913 | Michael Hanselmann | |
22 | 3d371913 | Michael Hanselmann | # empty file for package definition
|
23 | 3d371913 | Michael Hanselmann | |
24 | 3d371913 | Michael Hanselmann | """Ganeti QA scripts""" |