~lazr-developers/lazr.authentication/trunk

« back to all changes in this revision

Viewing changes to src/lazr/__init__.py

  • Committer: Leonard Richardson
  • Date: 2009-10-06 18:04:43 UTC
  • Revision ID: leonard.richardson@canonical.com-20091006180443-m4r3mw4maqjhd2er
Initial package setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2009 Canonical Ltd.  All rights reserved.
2
2
#
3
 
# This file is part of lazr.yourpkg.
 
3
# This file is part of lazr.authentication.
4
4
#
5
 
# lazr.yourpkg is free software: you can redistribute it and/or modify it
 
5
# lazr.authentication 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
7
# the Free Software Foundation, version 3 of the License.
8
8
#
9
 
# lazr.yourpkg is distributed in the hope that it will be useful, but WITHOUT
 
9
# lazr.authentication is distributed in the hope that it will be useful, but WITHOUT
10
10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
12
12
# License for more details.
13
13
#
14
14
# You should have received a copy of the GNU Lesser General Public License
15
 
# along with lazr.yourpkg.  If not, see <http://www.gnu.org/licenses/>.
 
15
# along with lazr.authentication.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
# this is a namespace package
18
18
try: