Statistics
| Branch: | Tag: | Revision:

root / test / py / __init__.py @ 560ef132

History | View | Annotate | Download (796 Bytes)

1 3efa7659 Thomas Thrainer
#
2 3efa7659 Thomas Thrainer
#
3 3efa7659 Thomas Thrainer
4 3efa7659 Thomas Thrainer
# Copyright (C) 2013 Google Inc.
5 3efa7659 Thomas Thrainer
#
6 3efa7659 Thomas Thrainer
# This program is free software; you can redistribute it and/or modify
7 3efa7659 Thomas Thrainer
# it under the terms of the GNU General Public License as published by
8 3efa7659 Thomas Thrainer
# the Free Software Foundation; either version 2 of the License, or
9 3efa7659 Thomas Thrainer
# (at your option) any later version.
10 3efa7659 Thomas Thrainer
#
11 3efa7659 Thomas Thrainer
# This program is distributed in the hope that it will be useful, but
12 3efa7659 Thomas Thrainer
# WITHOUT ANY WARRANTY; without even the implied warranty of
13 3efa7659 Thomas Thrainer
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 3efa7659 Thomas Thrainer
# General Public License for more details.
15 3efa7659 Thomas Thrainer
#
16 3efa7659 Thomas Thrainer
# You should have received a copy of the GNU General Public License
17 3efa7659 Thomas Thrainer
# along with this program; if not, write to the Free Software
18 3efa7659 Thomas Thrainer
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 3efa7659 Thomas Thrainer
# 02110-1301, USA.
20 3efa7659 Thomas Thrainer
21 bd39b6bb Thomas Thrainer
"""This module contains all python test code"""