Statistics
| Branch: | Tag: | Revision:

root / lib / tools / __init__.py @ cb66225d

History | View | Annotate | Download (773 Bytes)

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

20 0d2bf835 René Nussbaumer
"""