~lazr-developers/lazr.authentication/trunk

« back to all changes in this revision

Viewing changes to src/lazr/yourpkg/tests/__init__.py

  • Committer: Gary Poster
  • Date: 2009-03-20 17:47:23 UTC
  • Revision ID: gary.poster@canonical.com-20090320174723-75ujgeeo6oj7jjdb
Remove "or later" from licensing; add some docstrings and make some whitespace cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
# lazr.yourpkg is free software: you can redistribute it and/or modify it
6
6
# under the terms of the GNU Lesser General Public License as published by
7
 
# the Free Software Foundation, either version 3 of the License, or (at your
8
 
# option) any later version.
 
7
# the Free Software Foundation, version 3 of the License.
9
8
#
10
9
# lazr.yourpkg is distributed in the hope that it will be useful, but WITHOUT
11
10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
13
#
15
14
# You should have received a copy of the GNU Lesser General Public License
16
15
# along with lazr.yourpkg.  If not, see <http://www.gnu.org/licenses/>.
 
16
"The lazr.yourpkg tests."