~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to openid/__init__.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
see the C{L{openid.consumer.consumer}} module.  For information on
6
6
implementing an OpenID server, see the C{L{openid.server.server}}
7
7
module.
 
8
 
 
9
@contact: U{dev@lists.openidenabled.com
 
10
    <http://lists.openidenabled.com/mailman/listinfo/dev>}
 
11
 
 
12
@copyright: (C) 2005-2007 JanRain, Inc.
 
13
 
 
14
@license: Licensed under the Apache License, Version 2.0 (the "License");
 
15
    you may not use this file except in compliance with the License.
 
16
    You may obtain a copy of the License at
 
17
    U{http://www.apache.org/licenses/LICENSE-2.0}
 
18
 
 
19
    Unless required by applicable law or agreed to in writing, software
 
20
    distributed under the License is distributed on an "AS IS" BASIS,
 
21
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
22
    See the License for the specific language governing permissions
 
23
    and limitations under the License.
8
24
"""
9
25
 
10
 
__version__ = '[library version:1.2.0]'[17:-1]
 
26
__version__ = '[library version:2.0.1]'[17:-1]
11
27
 
12
28
# Parse the version info
13
29
try: