~wolterh/gtg/1039655

« back to all changes in this revision

Viewing changes to GTG/plugins/hamster/hamster.py

  • Committer: Izidor Matušov
  • Date: 2012-11-27 10:13:47 UTC
  • mfrom: (1248.1.1 header-comments)
  • Revision ID: izidor.matusov@gmail.com-20121127101347-crih9op28y73cyks
Updated every license in the head of files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
# -----------------------------------------------------------------------------
3
 
# Hamster Task Tracker Plugin for Gettings Things Gnome!
 
3
# Hamster Task Tracker Plugin for Getting Things GNOME!
4
4
# Copyright (c) 2009 Kevin Mehall
5
5
#
6
6
# This program is free software: you can redistribute it and/or modify it under
16
16
# You should have received a copy of the GNU General Public License along with
17
17
# this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
# -----------------------------------------------------------------------------
 
19
 
19
20
from calendar import timegm
20
21
import dbus
21
22
import gtk