~phablet-team/phablet-tools/trunk

« back to all changes in this revision

Viewing changes to phabletutils/settings.py

  • Committer: Sergio Schvezov
  • Date: 2013-08-06 22:08:03 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: sergio.schvezov@canonical.com-20130806220803-cus6fbqxpaloptgi
Using common headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env python
2
 
# This program is free software: you can redistribute it and/or modify it
3
 
# under the terms of the the GNU General Public License version 3, as
4
 
# published by the Free Software Foundation.
5
 
#
6
 
# This program is distributed in the hope that it will be useful, but
7
 
# WITHOUT ANY WARRANTY; without even the implied warranties of
8
 
# MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
9
 
# PURPOSE.  See the applicable version of the GNU Lesser General Public
10
 
# License for more details.
11
 
#.
 
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 
2
# Copyright (C) 2013 Canonical Ltd.
 
3
# Author: Sergio Schvezov <sergio.schvezov@canonical.com>
 
4
 
 
5
# This program is free software: you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License as published by
 
7
# the Free Software Foundation; version 3 of the License.
 
8
#
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
#
12
14
# You should have received a copy of the GNU General Public License
13
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
14
 
#
15
 
# Copyright (C) 2013 Canonical, Ltd.
16
16
 
17
17
revision = 2
18
18
default_series = 'saucy'