~kazade/tickit/trunk

« back to all changes in this revision

Viewing changes to tickit/time_widget.py

  • Committer: Luke Benstead
  • Date: 2012-07-10 19:43:32 UTC
  • Revision ID: kazade@gmail.com-20120710194332-mbn126aivivkzyqa
Try to make quickly respect the LGPL license

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 
2
 
 
3
# Copyright 2012 Luke Benstead
 
4
#
 
5
# This file is part of TickIt.
 
6
#
 
7
# TickIt is free software: you can redistribute it and/or modify
 
8
# it under the terms of the GNU Lesser General Public License version 3
 
9
# as published by the Free Software Foundation.
 
10
#
 
11
# TickIt is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU Lesser General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU Lesser General Public License
 
17
# along with TickIt.  If not, see <http://www.gnu.org/licenses/>.
 
18
 
 
19
 
1
20
import os
2
21
import datetime
3
22
from gi.repository import Gtk, GdkPixbuf, Gdk, GObject