~wolterh/gtg/1039655

« back to all changes in this revision

Viewing changes to profile.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
#!/usr/bin/env python2
 
2
# -*- coding: utf-8 -*-
 
3
# -----------------------------------------------------------------------------
 
4
# Getting Things GNOME! - a personal organizer for the GNOME desktop
 
5
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
 
6
#
 
7
# This program is free software: you can redistribute it and/or modify it under
 
8
# the terms of the GNU General Public License as published by the Free Software
 
9
# Foundation, either version 3 of the License, or (at your option) any later
 
10
# version.
 
11
#
 
12
# This program is distributed in the hope that it will be useful, but WITHOUT
 
13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
14
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
 
15
# details.
 
16
#
 
17
# You should have received a copy of the GNU General Public License along with
 
18
# this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
# -----------------------------------------------------------------------------
 
20
 
2
21
import GTG.gtg
3
22
import cProfile
4
23
import pstats