~ubuntu-branches/ubuntu/utopic/screenlets/utopic

« back to all changes in this revision

Viewing changes to src/lib/options/colour_option.py

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-02-12 22:47:27 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120212224727-zks8civcr8kavc8u
Tags: 0.1.6-0ubuntu1
* New upstream release.
* debian/rules:
 - Remove permission fix, the file is not shipped anymore.
* debian/copyright:
 - Fix formating.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2
2
# Copyright (C) 2009 Martin Owens (DoctorMO) <doctormo@gmail.com>
3
3
#
4
 
# This program is free software; you can redistribute it and/or modify
 
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
6
 
# the Free Software Foundation; either version 3 of the License, or
 
6
# the Free Software Foundation, either version 3 of the License, or
7
7
# (at your option) any later version.
8
8
9
9
# This program is distributed in the hope that it will be useful,
12
12
# GNU General Public License for more details.
13
13
14
14
# You should have received a copy of the GNU General Public License
15
 
# along with this program; if not, write to the Free Software
16
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
16
18
17
"""
19
18
Color options, these classes will display a text box.