Statistics
| Branch: | Tag: | Revision:

root / lib / client / __init__.py @ 84e110aa

History | View | Annotate | Download (789 Bytes)

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

23 2d48a3a2 Michael Hanselmann
"""