~thekorn/wadllib/fix-340935-use-actual-type

« back to all changes in this revision

Viewing changes to wadllib/__init__.py

  • Committer: Leonard Richardson
  • Date: 2008-08-01 15:07:59 UTC
  • Revision ID: leonard.richardson@canonical.com-20080801150759-7ciqu4cw992fb69n
Initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2008 Canonical Ltd.  All rights reserved.
 
2
 
 
3
# This file is part of wadllib.
 
4
#
 
5
# wadllib is free software: you can redistribute it and/or modify it
 
6
# under the terms of the GNU Lesser General Public License as
 
7
# published by the Free Software Foundation, either version 3 of the
 
8
# License, or (at your option) any later version.
 
9
#
 
10
# wadllib is distributed in the hope that it will be useful, but
 
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
# Lesser General Public License for more details.
 
14
#
 
15
# You should have received a copy of the GNU Lesser General Public
 
16
# License along with wadllib.  If not, see
 
17
# <http://www.gnu.org/licenses/>.
 
18
 
 
19
__version__ = '0.1'